Skip to content

Commit c493e27

Browse files
committed
Update MaD sink kinds from main
1 parent bffc233 commit c493e27

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

csharp/ql/lib/semmle/code/csharp/dataflow/ExternalFlow.qll

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,9 @@ module ModelValidation {
213213
exists(string kind | sinkModel(_, _, _, _, _, _, _, kind, _) |
214214
not kind =
215215
[
216-
"code", "command-injection", "html", "ldap-injection", "log-injection", "remote", "sql",
217-
"url-redirection", "xss",
216+
"code-injection", "command-injection", "file-content-store", "html-injection",
217+
"ldap-injection", "log-injection", "remote", "sql-injection", "url-redirection",
218+
"js-injection",
218219
] and
219220
not kind.matches("encryption-%") and
220221
result = "Invalid kind \"" + kind + "\" in sink model."

0 commit comments

Comments
 (0)