mirror of
https://github.com/github/codeql.git
synced 2026-05-10 09:19:27 +02:00
Java: Exclude source-to-source flow in 5 queries.
This commit is contained in:
@@ -51,6 +51,8 @@ module RequestForgeryConfig implements DataFlow::ConfigSig {
|
||||
}
|
||||
|
||||
predicate isBarrier(DataFlow::Node node) { node instanceof RequestForgerySanitizer }
|
||||
|
||||
predicate isBarrierIn(DataFlow::Node node) { isSource(node) }
|
||||
}
|
||||
|
||||
module RequestForgeryFlow = TaintTracking::Global<RequestForgeryConfig>;
|
||||
|
||||
Reference in New Issue
Block a user