mirror of
https://github.com/github/codeql.git
synced 2026-05-04 05:05:12 +02:00
Add qldoc.
This commit is contained in:
@@ -185,6 +185,10 @@ private module SpeculativeTaintFlow {
|
||||
exists(FlowSummaryImpl::Public::NeutralSinkCallable sc | sc.getACall() = call)
|
||||
}
|
||||
|
||||
/**
|
||||
* 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, ArgumentPosition argpos |
|
||||
not exists(viableCallable(call)) and
|
||||
|
||||
Reference in New Issue
Block a user