We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c0780 commit dac64eeCopy full SHA for dac64ee
java/ql/src/Security/CWE/CWE-312/AllowBackupFalse.xml
@@ -0,0 +1,8 @@
1
+<manifest ... >
2
+ <!-- GOOD: 'android:allowBackup' set to 'false' -->
3
+ <application
4
+ android:allowBackup="false">
5
+ <activity ... >
6
+ </activity>
7
+ </application>
8
+</manifest>
java/ql/src/Security/CWE/CWE-312/AllowBackupTrue.xml
+ <!-- BAD: 'android:allowBackup' set to 'true' -->
+ android:allowBackup="true">
0 commit comments