File tree Expand file tree Collapse file tree
docs/language/learn-ql/javascript Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -489,7 +489,7 @@ Prefer type tracking when:
489489Prefer 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 >`.
You can’t perform that action at this time.
0 commit comments