Skip to content

Commit 6ba6b12

Browse files
egregius313subatoi
andauthored
Docs review suggestion
Co-authored-by: Ben Ahmady <[email protected]>
1 parent 6b310bb commit 6ba6b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ Threat models
350350

351351
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.
352352

353-
The ``kind`` property of the ``sourceModel`` determines which threat model a source is associated with. There are two main categories:
353+
The ``kind`` property of ``sourceModel`` determines which threat model a source is associated with. There are two main categories:
354354

355355
- ``remote`` which represents requests and responses from the network.
356356
- ``local`` which represents data from local files (``file``), command-line arguments (``commandargs``), database reads (``database``), and environment variables(``environment``).

0 commit comments

Comments
 (0)