mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
Add comments about how the future promotion should go
This commit is contained in:
@@ -127,6 +127,10 @@ class SharedPreferencesEditor extends MethodAccess {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Flow from sensitive expressions to shared preferences.
|
||||
* Note it can be merged into `SensitiveSourceFlowConfig` of `Security/CWE/CWE-312/SensitiveStorage.qll` when this query is promoted from the experimental directory.
|
||||
*/
|
||||
private class SensitiveSharedPrefsFlowConfig extends TaintTracking::Configuration {
|
||||
SensitiveSharedPrefsFlowConfig() {
|
||||
this = "CleartextStorageSharedPrefs::SensitiveSharedPrefsFlowConfig"
|
||||
|
||||
Reference in New Issue
Block a user