mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
(Multiple languages) Clarify defn of barriers
This commit is contained in:
@@ -196,7 +196,7 @@ These predicates are defined in the configuration:
|
||||
|
||||
- ``isSource`` - defines where data may flow from.
|
||||
- ``isSink`` - defines where data may flow to.
|
||||
- ``isBarrier`` - optional, restricts the data flow.
|
||||
- ``isBarrier`` - optional, defines where data flow is blocked.
|
||||
- ``isAdditionalFlowStep`` - optional, adds additional flow steps.
|
||||
|
||||
The data flow analysis is performed using the predicate ``flow(DataFlow::Node source, DataFlow::Node sink)``:
|
||||
|
||||
Reference in New Issue
Block a user