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 5a8d5ca commit c92266aCopy full SHA for c92266a
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