Skip to content

Commit 40a6728

Browse files
yoffRasmusWL
andauthored
Update python/ql/src/experimental/dataflow/internal/TaintTrackingPrivate.qll
Co-authored-by: Rasmus Wriedt Larsen <[email protected]>
1 parent e366600 commit 40a6728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/experimental/dataflow/internal/TaintTrackingPrivate.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ private import experimental.dataflow.internal.DataFlowPrivate
1010
predicate defaultTaintBarrier(DataFlow::Node node) { none() }
1111

1212
/**
13-
* Holds if the additional step from `src` to `sink` should be included in all
13+
* Holds if the additional step from `pred` to `succ` should be included in all
1414
* global taint flow configurations.
1515
*/
1616
predicate defaultAdditionalTaintStep(DataFlow::Node pred, DataFlow::Node succ) {

0 commit comments

Comments
 (0)