Skip to content

Commit e122d81

Browse files
committed
Add new source kinds for threat modeling
1 parent a1d3667 commit e122d81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

shared/mad/codeql/mad/ModelValidation.qll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ module KindValidation<KindValidationConfigSig Config> {
115115
this =
116116
[
117117
// shared
118-
"local", "remote",
118+
"local", "remote", "file",
119119
// Java
120-
"android-external-storage-dir", "contentprovider",
120+
"android-external-storage-dir", "contentprovider", "database", "environment",
121121
// C#
122-
"file", "file-write",
122+
"file-write",
123123
// JavaScript
124124
"database-access-result"
125125
]

0 commit comments

Comments
 (0)