Skip to content

Commit 89463d7

Browse files
committed
JS: Remove mention of isAdditionalTaintStep
1 parent 935e1c0 commit 89463d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/codeql-language-guides/codeql-library-for-javascript.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ A module implementing the signature `DataFlow::ConfigSig` may specify a data flo
707707
- ``isSource(DataFlow::Node nd)`` selects all nodes ``nd`` from where flow tracking starts.
708708
- ``isSink(DataFlow::Node nd)`` selects all nodes ``nd`` to which the flow is tracked.
709709
- ``isBarrier(DataFlow::Node nd)`` selects all nodes ``nd`` that act as a barrier/sanitizer for data flow.
710-
- ``isAdditionalFlowStep(DataFlow::Node src, DataFlow::Node trg)`` allows specifying custom additional flow steps for this analysis; ``isAdditionalTaintStep`` is the corresponding predicate for taint tracking configurations.
710+
- ``isAdditionalFlowStep(DataFlow::Node src, DataFlow::Node trg)`` allows specifying custom additional flow steps for this analysis.
711711

712712
Such a module can be passed to ``DataFlow::Global<...>``. This will produce a module with a ``flow`` predicate that performs the actual flow tracking, starting at a source and looking for flow to a sink that does not pass through a barrier node.
713713

0 commit comments

Comments
 (0)