Skip to content

Commit b0eb0e1

Browse files
committed
Move common source kinds to "shared"
1 parent 1fa151d commit b0eb0e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared/mad/codeql/mad/ModelValidation.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ module KindValidation<KindValidationConfigSig Config> {
116116
this =
117117
[
118118
// shared
119-
"local", "remote", "file",
119+
"local", "remote", "file", "commandargs", "database", "environment",
120120
// Java
121-
"android-external-storage-dir", "contentprovider", "database", "environment",
121+
"android-external-storage-dir", "contentprovider",
122122
// C#
123123
"file-write",
124124
// JavaScript

0 commit comments

Comments
 (0)