Skip to content

Commit 6443221

Browse files
committed
Make "reverse-dns" pass validation
1 parent 8526510 commit 6443221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/mad/codeql/mad/ModelValidation.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ module KindValidation<KindValidationConfigSig Config> {
118118
this =
119119
[
120120
// shared
121-
"local", "remote", "file", "commandargs", "database", "environment",
121+
"local", "remote", "file", "commandargs", "database", "environment", "reverse-dns",
122122
// Java
123123
"android-external-storage-dir", "contentprovider",
124124
// C#

0 commit comments

Comments
 (0)