mirror of
https://github.com/github/codeql.git
synced 2026-04-22 23:35:14 +02:00
Add 'jwt' as valid sink kind
This commit is contained in:
@@ -39,7 +39,9 @@ module KindValidation<KindValidationConfigSig Config> {
|
||||
"mongodb.sink", "nosql-injection", "unsafe-deserialization",
|
||||
// Swift-only currently, but may be shared in the future
|
||||
"database-store", "format-string", "hash-iteration-count", "predicate-injection",
|
||||
"preferences-store", "tls-protocol-version", "transmission", "webview-fetch", "xxe"
|
||||
"preferences-store", "tls-protocol-version", "transmission", "webview-fetch", "xxe",
|
||||
// Go-only currently, but may be shared in the future
|
||||
"jwt"
|
||||
]
|
||||
or
|
||||
this.matches([
|
||||
|
||||
Reference in New Issue
Block a user