Skip to content

Commit 8944972

Browse files
committed
Shared: Recognize 'remote-sink' in ModelValidation.qll.
1 parent f9ef72e commit 8944972

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
| Dubious namespace "boost::asio" in sink model. |
22
| Dubious namespace "boost::asio" in source model. |
33
| Dubious namespace "boost::asio" in summary model. |
4-
| Invalid kind "remote-sink" in sink model. |

shared/mad/codeql/mad/ModelValidation.qll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ module KindValidation<KindValidationConfigSig Config> {
4141
"database-store", "format-string", "hash-iteration-count", "predicate-injection",
4242
"preferences-store", "tls-protocol-version", "transmission", "webview-fetch", "xxe",
4343
// Go-only currently, but may be shared in the future
44-
"jwt"
44+
"jwt",
45+
// CPP-only currently
46+
"remote-sink"
4547
]
4648
or
4749
this.matches([

0 commit comments

Comments
 (0)