We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e366600 commit 40a6728Copy full SHA for 40a6728
python/ql/src/experimental/dataflow/internal/TaintTrackingPrivate.qll
@@ -10,7 +10,7 @@ private import experimental.dataflow.internal.DataFlowPrivate
10
predicate defaultTaintBarrier(DataFlow::Node node) { none() }
11
12
/**
13
- * Holds if the additional step from `src` to `sink` should be included in all
+ * Holds if the additional step from `pred` to `succ` should be included in all
14
* global taint flow configurations.
15
*/
16
predicate defaultAdditionalTaintStep(DataFlow::Node pred, DataFlow::Node succ) {
0 commit comments