Skip to content

Commit 38bb691

Browse files
committed
Update model validation
1 parent 5f9c3f6 commit 38bb691

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
@@ -52,7 +52,7 @@ module KindValidation<KindValidationConfigSig Config> {
5252
// Swift-only currently, but may be shared in the future
5353
"%string-%length", "weak-hash-input-%",
5454
// Go-only currently, but may be shared in the future
55-
"request-forgery%"
55+
"request-forgery[%]", "url-redirection[%]"
5656
])
5757
}
5858
}

0 commit comments

Comments
 (0)