mirror of
https://github.com/github/codeql.git
synced 2026-04-27 09:45:15 +02:00
Add new source kinds for threat modeling
This commit is contained in:
@@ -115,11 +115,11 @@ module KindValidation<KindValidationConfigSig Config> {
|
||||
this =
|
||||
[
|
||||
// shared
|
||||
"local", "remote",
|
||||
"local", "remote", "file",
|
||||
// Java
|
||||
"android-external-storage-dir", "contentprovider",
|
||||
"android-external-storage-dir", "contentprovider", "database", "environment",
|
||||
// C#
|
||||
"file", "file-write",
|
||||
"file-write",
|
||||
// JavaScript
|
||||
"database-access-result"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user