Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b3a1d02

Browse files
committed
JS: Add data extension docs
1 parent bfe9ee3 commit b3a1d02

2 files changed

Lines changed: 395 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Experiment and learn how to write effective and efficient queries for CodeQL dat
1313
codeql-library-for-typescript
1414
analyzing-data-flow-in-javascript-and-typescript
1515
using-flow-labels-for-precise-data-flow-analysis
16+
customizing-library-models-for-javascript
1617
specifying-additional-remote-flow-sources-for-javascript
1718
using-type-tracking-for-api-modeling
1819
abstract-syntax-tree-classes-for-working-with-javascript-and-typescript-programs
@@ -30,6 +31,8 @@ Experiment and learn how to write effective and efficient queries for CodeQL dat
3031

3132
- :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.
3233

34+
- :doc:`Customizing library models for JavaScript <customizing-library-models-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.
35+
3336
- :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.
3437

3538
- :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)