Skip to content

Commit 9ab3837

Browse files
committed
Make threat model beta notice more general
1 parent ca1a27d commit 9ab3837

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/codeql/codeql-language-guides/customizing-library-models-for-java-and-kotlin.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ The first four values identify the callable (in this case a method) to be modele
297297
Threat models
298298
-------------
299299

300-
.. include:: ../reusables/beta-note-threat-models-java.rst
300+
.. include:: ../reusables/beta-note-threat-models.rst
301301

302302
A threat model is a named class of dataflow sources that can be enabled or disabled independently. Threat models allow you to control the set of dataflow sources that you want to consider unsafe. For example, one codebase may only consider remote HTTP requests to be tainted, whereas another may also consider data from local files to be unsafe. You can use threat models to ensure that the relevant taint sources are used in a CodeQL analysis.
303303

docs/codeql/reusables/beta-note-threat-models-java.rst renamed to docs/codeql/reusables/beta-note-threat-models.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
Note
44

5-
Threat models are currently in beta and subject to change. During the beta, threat models are supported only by Java analysis.
5+
Threat models are currently in beta and subject to change. During the beta, threat models are supported only by Java and C# analysis.

0 commit comments

Comments
 (0)