mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
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:
@@ -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#
|
||||
|
||||
@@ -15,6 +15,7 @@ extensions:
|
||||
- ["database", "local"]
|
||||
- ["commandargs", "local"]
|
||||
- ["environment", "local"]
|
||||
- ["stdin", "local"]
|
||||
- ["file", "local"]
|
||||
- ["windows-registry", "local"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user