Skip to content

Commit 58f1371

Browse files
committed
Added cors-misconfiguration as valid sink kind
1 parent 6e2432e commit 58f1371

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
@@ -39,7 +39,7 @@ module KindValidation<KindValidationConfigSig Config> {
3939
"response-splitting", "trust-boundary-violation", "template-injection", "url-forward",
4040
"xslt-injection",
4141
// JavaScript-only currently, but may be shared in the future
42-
"mongodb.sink",
42+
"cors-misconfiguration", "mongodb.sink",
4343
// Swift-only currently, but may be shared in the future
4444
"database-store", "format-string", "hash-iteration-count", "predicate-injection",
4545
"preferences-store", "tls-protocol-version", "transmission", "webview-fetch", "xxe",

0 commit comments

Comments
 (0)