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

add APK_MIN_SDK_VERSION to KB #94

Closed
wants to merge 2 commits into from
Closed

Conversation

elyousfi5
Copy link
Member

No description provided.

"references": {
"Android API Levels": "https://developer.android.com/guide/topics/manifest/uses-sdk-element#min"
},
"title": "Attribute minSdkVersion set",
Copy link
Contributor

Choose a reason for hiding this comment

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

This title doesn't reflect the vulnerability.

@@ -0,0 +1,2 @@
The `android:minSdkVersion` attribute specifies the minimum Android API level required by the application. Setting a low `minSdkVersion` may allow the application to run on older Android versions but could expose users to security vulnerabilities.
Copy link
Member

Choose a reason for hiding this comment

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

MOBILE_CLIENT/ANDROID/_LOW/APK_MIN_SDK_VERSION/meta.json Outdated Show resolved Hide resolved
MOBILE_CLIENT/ANDROID/_LOW/APK_MIN_SDK_VERSION/meta.json Outdated Show resolved Hide resolved
@@ -0,0 +1,6 @@
Consider setting the `android:minSdkVersion` attribute to a value that corresponds to a more recent Android version. This can help ensure that the application benefits from security improvements and reduces the risk of vulnerabilities associated with older Android releases.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
Consider setting the `android:minSdkVersion` attribute to a value that corresponds to a more recent Android version. This can help ensure that the application benefits from security improvements and reduces the risk of vulnerabilities associated with older Android releases.
Consider setting the `android:targetSdkVersion` attribute to a value that corresponds to a more recent Android version. This can help ensure that the application benefits from security improvements and reduces the risk of vulnerabilities associated with older Android releases.

@elyousfi5 elyousfi5 closed this Dec 20, 2023
@elyousfi5 elyousfi5 deleted the add-APK_MIN_SDK_VERSION branch December 20, 2023 14:51
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.

4 participants