Skip to content

Commit 0a2ca55

Browse files
committed
Merge branch 'js-migration-work' of github.com:mchammer01/ql into js-migration-work
2 parents fbe0735 + e0ceeef commit 0a2ca55

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/language/learn-ql/javascript/introduce-libraries-ts.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Support for analyzing TypeScript code is bundled with the CodeQL libraries for J
1212
1313
import javascript
1414
15-
The :doc:`CodeQL libraries for JavaScript <introduce-libraries-js>` covers most of this library, and is also relevant for TypeScript analysis. This document supplements the JavaScript documentation with the TypeScript-specific classes and predicates.
15+
:doc:`CodeQL libraries for JavaScript <introduce-libraries-js>` covers most of this library, and is also relevant for TypeScript analysis. This document supplements the JavaScript documentation with the TypeScript-specific classes and predicates.
1616

1717
Syntax
1818
------
@@ -451,4 +451,4 @@ Further reading
451451

452452
- Learn about the standard CodeQL libraries used to write queries for JavaScript in :doc:`CodeQL libraries for JavaScript <introduce-libraries-js>`.
453453
- Find out more about QL in the `QL language handbook <https://help.semmle.com/QL/ql-handbook/index.html>`__ and `QL language specification <https://help.semmle.com/QL/ql-spec/language.html>`__.
454-
- Learn more about the query console in `Using the query console <https://lgtm.com/help/lgtm/using-query-console>`__.
454+
- Learn more about the query console in `Using the query console <https://lgtm.com/help/lgtm/using-query-console>`__.

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

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

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

0 commit comments

Comments
 (0)