Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a83ddd6

Browse files
committed
Add comments about how the future promotion should go
1 parent 7ad031c commit a83ddd6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

java/ql/src/experimental/Security/CWE/CWE-312/CleartextStorageSharedPrefs.ql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ class SharedPreferencesEditor extends MethodAccess {
127127
}
128128
}
129129

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.
133+
*/
130134
private class SensitiveSharedPrefsFlowConfig extends TaintTracking::Configuration {
131135
SensitiveSharedPrefsFlowConfig() {
132136
this = "CleartextStorageSharedPrefs::SensitiveSharedPrefsFlowConfig"

0 commit comments

Comments
 (0)