Skip to content

Commit bbaaf2e

Browse files
committed
JS: EnvValueAndKeyInjection
1 parent 38f953c commit bbaaf2e

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,7 @@ module EnvValueAndKeyInjectionConfig implements DataFlow::ConfigSig {
3434
)
3535
}
3636

37-
predicate observeDiffInformedIncrementalMode() {
38-
any() // TODO: Make sure that the location overrides match the query's select clause: Column 1 does not select a source or sink originating from the flow call on line 66 (/Users/d10c/src/semmle-code/ql/javascript/ql/src/experimental/Security/CWE-099/EnvValueAndKeyInjection.ql@69:8:69:23)
39-
}
40-
41-
Location getASelectedSinkLocation(DataFlow::Node sink) {
42-
none() // TODO: Make sure that this sink location matches the query's select clause: Column 1 does not select a source or sink originating from the flow call on line 66 (/Users/d10c/src/semmle-code/ql/javascript/ql/src/experimental/Security/CWE-099/EnvValueAndKeyInjection.ql@69:8:69:23)
43-
}
37+
predicate observeDiffInformedIncrementalMode() { any() }
4438
}
4539

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

0 commit comments

Comments
 (0)