Skip to content

Commit 2ef1743

Browse files
authored
Merge pull request github#11615 from asgerf/js/extension-docs
JS: docs for customizing library models with data extensions
2 parents e393188 + 080acdb commit 2ef1743

File tree

5 files changed

+486
-8
lines changed

5 files changed

+486
-8
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ Experiment and learn how to write effective and efficient queries for CodeQL dat
2828

2929
- :doc:`Using flow labels for precise data flow analysis <using-flow-labels-for-precise-data-flow-analysis>`: You can associate flow labels with each value tracked by the flow analysis to determine whether the flow contains potential vulnerabilities.
3030

31-
- :doc:`Specifying remote flow sources for JavaScript <specifying-additional-remote-flow-sources-for-javascript>`: You can model potential sources of untrusted user input in your code without making changes to the CodeQL standard library by specifying extra remote flow sources in an external file.
32-
3331
- :doc:`Using type tracking for API modeling <using-type-tracking-for-api-modeling>`: You can track data through an API by creating a model using the CodeQL type-tracking library for JavaScript.
3432

3533
- :doc:`Abstract syntax tree classes for working with JavaScript and TypeScript programs <abstract-syntax-tree-classes-for-working-with-javascript-and-typescript-programs>`: CodeQL has a large selection of classes for representing the abstract syntax tree of JavaScript and TypeScript programs.

0 commit comments

Comments
 (0)