We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 991a5d6 commit b985f8fCopy full SHA for b985f8f
javascript/ql/src/experimental/Security/CWE-099/EnvValueAndKeyInjection.ql
@@ -33,6 +33,10 @@ module EnvValueAndKeyInjectionConfig implements DataFlow::ConfigSig {
33
)
34
35
}
36
+
37
+ predicate observeDiffInformedIncrementalMode() {
38
+ none() // can't override location accurately because of secondary use in select.
39
+ }
40
41
42
module EnvValueAndKeyInjectionFlow = TaintTracking::Global<EnvValueAndKeyInjectionConfig>;
0 commit comments