ThreatModels: Add stdin kind

None of the current local subgroups precisely captures stdin, so
although it's much like both commandargs and file, a separate kind seems
better.
This commit is contained in:
Rasmus Wriedt Larsen
2024-08-09 16:32:35 +02:00
parent 7d61d9282c
commit 157d0b7f37
2 changed files with 2 additions and 0 deletions

View File

@@ -119,6 +119,7 @@ module KindValidation<KindValidationConfigSig Config> {
[
// shared
"local", "remote", "file", "commandargs", "database", "environment", "reverse-dns",
"stdin",
// Java
"android-external-storage-dir", "contentprovider",
// C#

View File

@@ -15,6 +15,7 @@ extensions:
- ["database", "local"]
- ["commandargs", "local"]
- ["environment", "local"]
- ["stdin", "local"]
- ["file", "local"]
- ["windows-registry", "local"]