From 2b9a586403b2e028da69ee725e6676ba3459117f Mon Sep 17 00:00:00 2001 From: Mohamed Elyousfi Date: Wed, 20 Dec 2023 16:04:57 +0100 Subject: [PATCH] Update info --- .../_LOW/DEPRECATED_TARGET_API_VERSION/description.md | 2 +- .../ANDROID/_LOW/DEPRECATED_TARGET_API_VERSION/meta.json | 6 +----- .../_LOW/DEPRECATED_TARGET_API_VERSION/recommendation.md | 9 ++++++--- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/MOBILE_CLIENT/ANDROID/_LOW/DEPRECATED_TARGET_API_VERSION/description.md b/MOBILE_CLIENT/ANDROID/_LOW/DEPRECATED_TARGET_API_VERSION/description.md index ce23159e..2449de02 100644 --- a/MOBILE_CLIENT/ANDROID/_LOW/DEPRECATED_TARGET_API_VERSION/description.md +++ b/MOBILE_CLIENT/ANDROID/_LOW/DEPRECATED_TARGET_API_VERSION/description.md @@ -1,4 +1,4 @@ -The `android:targetSdkVersion` attribute specifies the minimum Android API level required by the application. Setting a low `targetSdkVersion` may allow the application to run on older Android versions but could expose users to security vulnerabilities. +The `android:targetSdkVersion` attribute specifies the Android Target API level required by the application. Setting a low `targetSdkVersion` may allow the application to run on older Android versions but could expose users to security vulnerabilities. Here is a link with the deprecation notice: https://support.google.com/googleplay/android-developer/answer/11926878?hl=en \ No newline at end of file diff --git a/MOBILE_CLIENT/ANDROID/_LOW/DEPRECATED_TARGET_API_VERSION/meta.json b/MOBILE_CLIENT/ANDROID/_LOW/DEPRECATED_TARGET_API_VERSION/meta.json index d21cbf40..805bd2b7 100644 --- a/MOBILE_CLIENT/ANDROID/_LOW/DEPRECATED_TARGET_API_VERSION/meta.json +++ b/MOBILE_CLIENT/ANDROID/_LOW/DEPRECATED_TARGET_API_VERSION/meta.json @@ -1,6 +1,6 @@ { "risk_rating": "low", - "short_description": "Application sets the targetSdkVersion attribute to allow usage of older versions of Android which may expose users to security vulnerabilities.", + "short_description": "Application sets the targetSdkVersion attribute to allow usage of older API level of Android which may expose users to security vulnerabilities.", "references": { "Android API Levels": "https://developer.android.com/guide/topics/manifest/uses-sdk-element#min", "Target API level deprecation notice" : "https://support.google.com/googleplay/android-developer/answer/11926878?hl=en" @@ -10,10 +10,6 @@ "privacy_issue": false, "security_issue": true, "categories": { - "GDPR": [ - "ART_24", - "ART_32" - ], "PCI_STANDARDS":[ "REQ_6_2", "REQ_6_3" diff --git a/MOBILE_CLIENT/ANDROID/_LOW/DEPRECATED_TARGET_API_VERSION/recommendation.md b/MOBILE_CLIENT/ANDROID/_LOW/DEPRECATED_TARGET_API_VERSION/recommendation.md index cb5d4a59..623fd82b 100644 --- a/MOBILE_CLIENT/ANDROID/_LOW/DEPRECATED_TARGET_API_VERSION/recommendation.md +++ b/MOBILE_CLIENT/ANDROID/_LOW/DEPRECATED_TARGET_API_VERSION/recommendation.md @@ -1,4 +1,7 @@ -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. +Consider setting the `android:targetSdkVersion` attribute to a value that corresponds to a more recent Android API level. This can help ensure that the application benefits from security improvements and reduces the risk of vulnerabilities associated with older Android releases. -Here is a link with the deprecation notice: -https://support.google.com/googleplay/android-developer/answer/11926878?hl=en \ No newline at end of file + +=== "XML" + ```xml + + ``` \ No newline at end of file