mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +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, _) }
|
predicate isBarrierOut(DataFlow::Node node) { strictSanitizingPrefixEdge(node, _) }
|
||||||
|
|
||||||
Location getASelectedSourceLocation(DataFlow::Node source) {
|
|
||||||
none() // Does not select the source
|
|
||||||
}
|
|
||||||
|
|
||||||
predicate observeDiffInformedIncrementalMode() { any() }
|
predicate observeDiffInformedIncrementalMode() { any() }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user