From 080acdbfffad03e50617046d15a859f6ade51da2 Mon Sep 17 00:00:00 2001 From: Asger F Date: Tue, 28 Mar 2023 17:29:26 +0200 Subject: [PATCH] JS: remove links to docs file... again --- docs/codeql/codeql-language-guides/codeql-for-javascript.rst | 2 -- ...specifying-additional-remote-flow-sources-for-javascript.rst | 2 -- 2 files changed, 4 deletions(-) diff --git a/docs/codeql/codeql-language-guides/codeql-for-javascript.rst b/docs/codeql/codeql-language-guides/codeql-for-javascript.rst index b94c5252107..be3950c53ec 100644 --- a/docs/codeql/codeql-language-guides/codeql-for-javascript.rst +++ b/docs/codeql/codeql-language-guides/codeql-for-javascript.rst @@ -28,8 +28,6 @@ Experiment and learn how to write effective and efficient queries for CodeQL dat - :doc:`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. -- :doc:`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. - - :doc:`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. - :doc:`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. diff --git a/docs/codeql/codeql-language-guides/specifying-additional-remote-flow-sources-for-javascript.rst b/docs/codeql/codeql-language-guides/specifying-additional-remote-flow-sources-for-javascript.rst index 81cc1ff854c..7ee1706db45 100644 --- a/docs/codeql/codeql-language-guides/specifying-additional-remote-flow-sources-for-javascript.rst +++ b/docs/codeql/codeql-language-guides/specifying-additional-remote-flow-sources-for-javascript.rst @@ -10,8 +10,6 @@ Specifying additional remote flow sources for JavaScript Specifying remote flow sources with the JSON format described here is soon to be deprecated and will be removed in the future. - See :ref:`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. As mentioned in the :ref:`Data flow cheat sheet for JavaScript `, the CodeQL libraries for JavaScript