mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Query test files
This commit is contained in:
8
java/ql/src/Security/CWE/CWE-312/AllowBackupFalse.xml
Normal file
8
java/ql/src/Security/CWE/CWE-312/AllowBackupFalse.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<manifest ... >
|
||||
<!-- GOOD: 'android:allowBackup' set to 'false' -->
|
||||
<application
|
||||
android:allowBackup="false">
|
||||
<activity ... >
|
||||
</activity>
|
||||
</application>
|
||||
</manifest>
|
||||
8
java/ql/src/Security/CWE/CWE-312/AllowBackupTrue.xml
Normal file
8
java/ql/src/Security/CWE/CWE-312/AllowBackupTrue.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<manifest ... >
|
||||
<!-- BAD: 'android:allowBackup' set to 'true' -->
|
||||
<application
|
||||
android:allowBackup="true">
|
||||
<activity ... >
|
||||
</activity>
|
||||
</application>
|
||||
</manifest>
|
||||
Reference in New Issue
Block a user