Skip to content

Commit 81bbcda

Browse files

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

javascript/ql/src/experimental/Security/CWE-099/EnvValueAndKeyInjection.ql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ module EnvValueAndKeyInjectionConfig implements DataFlow::ConfigSig {
3333
)
3434
)
3535
}
36+
37+
predicate observeDiffInformedIncrementalMode() {
38+
none() // can't override location accurately because of secondary use in select.
39+
}
3640
}
3741

3842
module EnvValueAndKeyInjectionFlow = TaintTracking::Global<EnvValueAndKeyInjectionConfig>;

0 commit comments

Comments
 (0)