Skip to content

Commit

Permalink
Add new source kinds for threat modeling
Browse files Browse the repository at this point in the history
  • Loading branch information
egregius313 committed Sep 13, 2023
1 parent 4fa5be6 commit 856e6c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shared/mad/codeql/mad/ModelValidation.qll
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand Down

0 comments on commit 856e6c7

Please sign in to comment.