-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
"references": { | ||
"Android API Levels": "https://developer.android.com/guide/topics/manifest/uses-sdk-element#min" | ||
}, | ||
"title": "Attribute minSdkVersion set", |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here is a link with the deprecation notice:
https://support.google.com/googleplay/android-developer/answer/11926878?hl=en
@@ -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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
No description provided.