Skip to content

Commit 990bc5e

Browse files
committed
JS/SSRF
javascript/ql/src/experimental/Security/CWE-918/SSRF.ql
1 parent c16ac65 commit 990bc5e

File tree

1 file changed

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

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ module SsrfConfig implements DataFlow::ConfigSig {
2929

3030
predicate isBarrierOut(DataFlow::Node node) { strictSanitizingPrefixEdge(node, _) }
3131

32-
Location getASelectedSourceLocation(DataFlow::Node source) {
33-
none() // Does not select the source
34-
}
35-
3632
predicate observeDiffInformedIncrementalMode() { any() }
3733
}
3834

0 commit comments

Comments
 (0)