Skip to content

Commit 78770bc

Browse files
committed
Docs: Mention new stdin threat-model
1 parent 1e7eae5 commit 78770bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/reusables/threat-model-description.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A threat model is a named class of dataflow sources that can be enabled or disab
55
The ``kind`` property of the ``sourceModel`` determines which threat model a source is associated with. There are two main categories:
66

77
- ``remote`` which represents requests and responses from the network.
8-
- ``local`` which represents data from local files (``file``), command-line arguments (``commandargs``), database reads (``database``), environment variables(``environment``) and Windows registry values ("windows-registry"). Currently, Windows registry values are used by C# only.
8+
- ``local`` which represents data from local files (``file``), command-line arguments (``commandargs``), database reads (``database``), environment variables(``environment``), standard input (``stdin``) and Windows registry values ("windows-registry"). Currently, Windows registry values are used by C# only.
99

1010
Note that subcategories can be turned included or excluded separately, so you can specify ``local`` without ``database``, or just ``commandargs`` and ``environment`` without the rest of ``local``.
1111

0 commit comments

Comments
 (0)