Add comments about how the future promotion should go

This commit is contained in:
luchua-bc
2020-11-26 17:41:46 +00:00
parent 7ad031ca70
commit a83ddd66eb

View File

@@ -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"