Skip to content

Commit e0ceeef

Browse files
Update docs/language/learn-ql/javascript/type-tracking.rst
Co-Authored-By: Felicity Chapman <felicitymay@github.com>
1 parent 0773bfc commit e0ceeef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/language/learn-ql/javascript/type-tracking.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ Prefer type tracking when:
489489
Prefer data-flow configurations when:
490490

491491
- Tracking user-controlled data -- use `taint tracking <https://help.semmle.com/QL/learn-ql/javascript/dataflow.html#using-global-taint-tracking>`__.
492-
- Differentiating between different kinds of user-controlled data -- use :doc:`Using flow labels for precise data flow analysis <flow-labels>`.
492+
- Differentiating between different kinds of user-controlled data -- see :doc:`Using flow labels for precise data flow analysis <flow-labels>`.
493493
- Tracking transformations of a value through generic utility functions.
494494
- Tracking values through string manipulation.
495495
- Generating a path from source to sink -- see :doc:`constructing path queries <../writing-queries/path-queries>`.

0 commit comments

Comments
 (0)