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

Skip to content

Commit 111cabb

Browse files
committed
JS: Add deprecation notice to page about JSON-based format
1 parent 9ce0c60 commit 111cabb

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

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

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

3030
- :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.
3131

32-
- :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.
33-
3432
- :doc:`Customizing library models for JavaScript <customizing-library-models-for-javascript>`: You can model the libraries used in your code without making changes to the CodeQL standard library by specifying source, sink, and flow summaries in a data extension file.
3533

3634
- :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.

docs/codeql/codeql-language-guides/customizing-library-models-for-javascript.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. \_customizing-library-models-for-javascript:
1+
.. _customizing-library-models-for-javascript:
22

33
Customizing Library Models for JavaScript
44
=========================================

docs/codeql/codeql-language-guides/specifying-additional-remote-flow-sources-for-javascript.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@
33
Specifying additional remote flow sources for JavaScript
44
========================================================
55

6-
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.
7-
86
.. pull-quote::
97

10-
Note
8+
Deprecation Notice
9+
10+
Specifying remote flow sources with the JSON format described here is soon to be deprecated
11+
and will be removed in the future.
1112

12-
Specifying remote flow sources in external files is currently in beta and subject to change.
13+
See :ref:`Customizing Library Models for JavaScript <customizing-library-models-for-javascript>`.
14+
15+
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.
1316

1417
As mentioned in the :ref:`Data flow cheat sheet for JavaScript <data-flow-cheat-sheet-for-javascript--untrusted-data>`, the CodeQL libraries for JavaScript
1518
provide a class `RemoteFlowSource <https://codeql.github.com/codeql-standard-libraries/javascript/semmle/javascript/security/dataflow/RemoteFlowSources.qll/type.RemoteFlowSources$Cached$RemoteFlowSource.html>`__ to represent sources of untrusted user input, sometimes also referred to as remote flow

0 commit comments

Comments
 (0)