File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
java/ql/test/query-tests/security/CWE-489 Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 3
3
xmlns : tools =" http://schemas.android.com/tools"
4
4
package =" com.example.happybirthday" >
5
5
6
- <!-- Safe: 'android:debuggable' set to false -->
7
- <application
6
+ <!-- Safe: debuggable attribute set to false --> <application
8
7
android : debuggable =" false"
9
8
android : allowBackup =" true"
10
9
android : dataExtractionRules =" @xml/data_extraction_rules"
Original file line number Diff line number Diff line change 3
3
xmlns : tools =" http://schemas.android.com/tools"
4
4
package =" com.example.happybirthday" >
5
5
6
- <!-- Safe: 'android:debuggable' not set at all -->
7
- <application
6
+ <!-- Safe: debuggable attribute not set --> <application
8
7
android : allowBackup =" true"
9
8
android : dataExtractionRules =" @xml/data_extraction_rules"
10
9
android : fullBackupContent =" @xml/backup_rules"
Original file line number Diff line number Diff line change 3
3
xmlns : tools =" http://schemas.android.com/tools"
4
4
package =" com.example.happybirthday" >
5
5
6
- <!-- Not Safe: 'android:debuggable' set to true -->
7
- <application
6
+ <!-- $ hasDebuggableAttributeEnabled --> <application
8
7
android : debuggable =" true"
9
8
android : allowBackup =" true"
10
9
android : dataExtractionRules =" @xml/data_extraction_rules"
You can’t perform that action at this time.
0 commit comments