mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Add qldoc.
This commit is contained in:
@@ -690,6 +690,10 @@ private module SpeculativeTaintFlow {
|
||||
.hasName("java.util.function")
|
||||
}
|
||||
|
||||
/**
|
||||
* Holds if the additional step from `src` to `sink` should be considered in
|
||||
* speculative taint flow exploration.
|
||||
*/
|
||||
predicate speculativeTaintStep(DataFlow::Node src, DataFlow::Node sink) {
|
||||
exists(DataFlowCall call, Call srcCall, int argpos |
|
||||
not hasTarget(srcCall) and
|
||||
|
||||
Reference in New Issue
Block a user