Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Security assessment fixes #1275

Merged
merged 4 commits into from
Dec 31, 2024
Merged

Security assessment fixes #1275

merged 4 commits into from
Dec 31, 2024

Conversation

jigar-f
Copy link
Contributor

@jigar-f jigar-f commented Dec 25, 2024

This PR includes fixes for the issue from Leviathan.

Here is the ticket-: https://github.com/getlantern/engineering/issues/1741

@jigar-f jigar-f self-assigned this Dec 26, 2024
@jigar-f jigar-f marked this pull request as ready for review December 26, 2024 06:01
@jigar-f jigar-f requested a review from atavism December 26, 2024 06:01
@@ -8,8 +8,8 @@
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need any of these permissions: READ_MEDIA_IMAGES, READ_MEDIA_VIDEO, or READ_MEDIA_AUDIO particularly for Replica?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think so, I tested replica downloading and uploading it seems to be working without that permission, Just for a safe bet, I added these permissions.

Copy link
Contributor

@atavism atavism left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just one comment

@jigar-f jigar-f merged commit efa0ad1 into main Dec 31, 2024
2 checks passed
@jigar-f jigar-f deleted the jigar/security-checks-fix branch December 31, 2024 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants