Skip to content

Commit 551875c

Browse files
committed
Add 'jwt' as valid sink kind
1 parent 85b22a2 commit 551875c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

shared/mad/codeql/mad/ModelValidation.qll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ module KindValidation<KindValidationConfigSig Config> {
3939
"mongodb.sink", "nosql-injection", "unsafe-deserialization",
4040
// Swift-only currently, but may be shared in the future
4141
"database-store", "format-string", "hash-iteration-count", "predicate-injection",
42-
"preferences-store", "tls-protocol-version", "transmission", "webview-fetch", "xxe"
42+
"preferences-store", "tls-protocol-version", "transmission", "webview-fetch", "xxe",
43+
// Go-only currently, but may be shared in the future
44+
"jwt"
4345
]
4446
or
4547
this.matches([

0 commit comments

Comments
 (0)