mirror of
https://github.com/github/codeql.git
synced 2026-04-24 00:05:14 +02:00
Shared: Recognize 'remote-sink' in ModelValidation.qll.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
| Dubious namespace "boost::asio" in sink model. |
|
||||
| Dubious namespace "boost::asio" in source model. |
|
||||
| Dubious namespace "boost::asio" in summary model. |
|
||||
| Invalid kind "remote-sink" in sink model. |
|
||||
|
||||
@@ -41,7 +41,9 @@ module KindValidation<KindValidationConfigSig Config> {
|
||||
"database-store", "format-string", "hash-iteration-count", "predicate-injection",
|
||||
"preferences-store", "tls-protocol-version", "transmission", "webview-fetch", "xxe",
|
||||
// Go-only currently, but may be shared in the future
|
||||
"jwt"
|
||||
"jwt",
|
||||
// CPP-only currently
|
||||
"remote-sink"
|
||||
]
|
||||
or
|
||||
this.matches([
|
||||
|
||||
Reference in New Issue
Block a user