mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
JS/SSRF
javascript/ql/src/experimental/Security/CWE-918/SSRF.ql
This commit is contained in:
@@ -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() }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user