javascript/ql/src/experimental/Security/CWE-918/SSRF.ql
This commit is contained in:
Nora Dimitrijević
2025-10-14 13:53:11 +02:00
parent bcdbe0b50a
commit bb80d83276

View File

@@ -29,10 +29,6 @@ module SsrfConfig implements DataFlow::ConfigSig {
predicate isBarrierOut(DataFlow::Node node) { strictSanitizingPrefixEdge(node, _) }
Location getASelectedSourceLocation(DataFlow::Node source) {
none() // Does not select the source
}
predicate observeDiffInformedIncrementalMode() { any() }
}