Skip to content

Commit 68410fd

Browse files
committed
JS: Do not warn about browser-specific source kinds in MaD
1 parent 9c5cd36 commit 68410fd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

shared/mad/codeql/mad/ModelValidation.qll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,9 @@ module KindValidation<KindValidationConfigSig Config> {
132132
// C#
133133
"file-write", "windows-registry",
134134
// JavaScript
135-
"database-access-result", "response", "request"
135+
"database-access-result", "response", "request", "browser", "browser-url-query",
136+
"browser-url-fragment", "browser-url-path", "browser-url", "browser-window-name",
137+
"browser-message-event"
136138
]
137139
or
138140
this.matches([

0 commit comments

Comments
 (0)