Skip to content

Commit a64eafc

Browse files
committed
Do not mention subcategories of remote
They are not in use by any language yet.
1 parent d4bfab4 commit a64eafc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A threat model is a named class of dataflow sources that can be enabled or disab
44

55
The ``kind`` property of the ``sourceModel`` determines which threat model a source is associated with. There are two main categories:
66

7-
- ``remote`` which represents requests (``request``) and responses (``response``) from the network.
7+
- ``remote`` which represents requests and responses from the network.
88
- ``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.
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``.

0 commit comments

Comments
 (0)