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