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

[MASWE-0077] Running on a recent Platform Version Not Ensured #2904

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

thomascannon
Copy link
Collaborator

Closes #2747

@thomascannon
Copy link
Collaborator Author

thomascannon commented Oct 1, 2024

TODO:

  • Test Android demo
    • Check when no minSdk value is set
  • Add iOS demo
  • Rename test and demo IDs from 9999 and 8888 once we have ones assigned

Comment on lines +39 to +41
- **Android:** Update the value of the `minSdkVersion` attribute in the `<uses-sdk>` element within the `AndroidManifest.xml` file.
- **Android:** On Android if the `targetSdkVersion` is recent and the app is running on a recent version of Android the issue is also mitigated for that specific installation.
- **iOS:** Update value of the `MinimumOSVersion` via the iOS Deployment Target setting of the project in Xcode.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
- **Android:** Update the value of the `minSdkVersion` attribute in the `<uses-sdk>` element within the `AndroidManifest.xml` file.
- **Android:** On Android if the `targetSdkVersion` is recent and the app is running on a recent version of Android the issue is also mitigated for that specific installation.
- **iOS:** Update value of the `MinimumOSVersion` via the iOS Deployment Target setting of the project in Xcode.
**Android:**
- Update the value of the `minSdkVersion` attribute in the `<uses-sdk>` element within the `AndroidManifest.xml` file.
- On Android if the `targetSdkVersion` is recent and the app is running on a recent version of Android the issue is also mitigated for that specific installation.
**iOS:** Update value of the `MinimumOSVersion` via the iOS Deployment Target setting of the project in Xcode.

@cpholguera
Copy link
Collaborator

hey @thomascannon any news on this?

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.

[MASWE-0077] New MASWE Weakness
3 participants