diff --git a/file/android/debug-enabled.yaml b/file/android/debug-enabled.yaml index 1825b7d030..9a9ed0c47e 100644 --- a/file/android/debug-enabled.yaml +++ b/file/android/debug-enabled.yaml @@ -1,9 +1,14 @@ id: android-debug-enabled info: - name: Android Debug Enabled + name: Android Debug Enabling - Detect author: gaurang severity: low + description: Android debug enabling was detected. + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 tags: android,file file: @@ -13,4 +18,6 @@ file: matchers: - type: regex regex: - - "android:debuggable=\"true\"" \ No newline at end of file + - "android:debuggable=\"true\"" + +# Enhanced by md on 2023/05/02