You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java/ql/src/experimental/Security/CWE/CWE-312/CleartextStorageSharedPrefs.ql
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -127,6 +127,10 @@ class SharedPreferencesEditor extends MethodAccess {
127
127
}
128
128
}
129
129
130
+
/**
131
+
* Flow from sensitive expressions to shared preferences.
132
+
* Note it can be merged into `SensitiveSourceFlowConfig` of `Security/CWE/CWE-312/SensitiveStorage.qll` when this query is promoted from the experimental directory.
0 commit comments