mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Update shared/dataflow/codeql/dataflow/DataFlowImpl.qll
Co-authored-by: Anders Schack-Mulligen <aschackmull@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
eb19052a7d
commit
e066e87890
@@ -4003,7 +4003,7 @@ module MakeImpl<DataFlowParameter Lang> {
|
||||
|
||||
private predicate relevantState(FlowState state) {
|
||||
sourceNode(_, state) or
|
||||
revSinkNode(_, state) or
|
||||
sinkNodeWithState(_, state) or
|
||||
additionalLocalStateStep(_, state, _, _) or
|
||||
additionalLocalStateStep(_, _, _, state) or
|
||||
additionalJumpStateStep(_, state, _, _) or
|
||||
|
||||
Reference in New Issue
Block a user