mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
Merge pull request #16760 from owen-mc/java/reverse-dns-separate-threat-model-kind
Java: make a separate threat model kind for reverse DNS sources
This commit is contained in:
@@ -118,7 +118,7 @@ module KindValidation<KindValidationConfigSig Config> {
|
||||
this =
|
||||
[
|
||||
// shared
|
||||
"local", "remote", "file", "commandargs", "database", "environment",
|
||||
"local", "remote", "file", "commandargs", "database", "environment", "reverse-dns",
|
||||
// Java
|
||||
"android-external-storage-dir", "contentprovider",
|
||||
// C#
|
||||
|
||||
@@ -21,3 +21,10 @@ extensions:
|
||||
# Android threat models
|
||||
- ["android-external-storage-dir", "android"]
|
||||
- ["contentprovider", "android"]
|
||||
|
||||
# Threat models that are not grouped with any other threat models.
|
||||
# (Note that all threat models are a child of "all" implicitly, and we
|
||||
# make it explicit here just to make sure all threat models are listed.)
|
||||
- ["database-access-result", "all"]
|
||||
- ["file-write", "all"]
|
||||
- ["reverse-dns", "all"]
|
||||
|
||||
Reference in New Issue
Block a user