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 c16ac65 commit 990bc5eCopy full SHA for 990bc5e
javascript/ql/src/experimental/Security/CWE-918/SSRF.qll
@@ -29,10 +29,6 @@ module SsrfConfig implements DataFlow::ConfigSig {
29
30
predicate isBarrierOut(DataFlow::Node node) { strictSanitizingPrefixEdge(node, _) }
31
32
- Location getASelectedSourceLocation(DataFlow::Node source) {
33
- none() // Does not select the source
34
- }
35
-
36
predicate observeDiffInformedIncrementalMode() { any() }
37
}
38
0 commit comments