Skip to content

Commit 41cdb32

Browse files
committed
JS: mass enable diff-informed data flow + none() overrides
An auto-generated patch that enables diff-informed data flow in the obvious cases. Builds on github#18346 and github/codeql-patch#88
1 parent fb0f12b commit 41cdb32

File tree

1 file changed

+2
-0
lines changed
  • javascript/ql/src/experimental/Security/CWE-918

1 file changed

+2
-0
lines changed

javascript/ql/src/experimental/Security/CWE-918/SSRF.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ module SsrfConfig implements DataFlow::ConfigSig {
3434
}
3535

3636
predicate observeDiffInformedIncrementalMode() { any() }
37+
38+
Location getASelectedSourceLocation(DataFlow::Node sink) { none() }
3739
}
3840

3941
module SsrfFlow = TaintTracking::Global<SsrfConfig>;

0 commit comments

Comments
 (0)