Do not mention subcategories of remote

They are not in use by any language yet.
This commit is contained in:
Owen Mansel-Chan
2024-07-20 21:31:08 +01:00
parent d4bfab4735
commit a64eafca2b

View File

@@ -4,7 +4,7 @@ A threat model is a named class of dataflow sources that can be enabled or disab
The ``kind`` property of the ``sourceModel`` determines which threat model a source is associated with. There are two main categories:
- ``remote`` which represents requests (``request``) and responses (``response``) from the network.
- ``remote`` which represents requests and responses from the network.
- ``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.
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``.