mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Fix formatting for ExternalFlow
This commit is contained in:
@@ -214,8 +214,7 @@ module ModelValidation {
|
||||
not kind =
|
||||
[
|
||||
"code-injection", "command-injection", "file-content-store", "html-injection",
|
||||
"ldap-injection", "log-injection", "sql-injection", "url-redirection",
|
||||
"js-injection",
|
||||
"ldap-injection", "log-injection", "sql-injection", "url-redirection", "js-injection",
|
||||
] and
|
||||
not kind.matches("encryption-%") and
|
||||
result = "Invalid kind \"" + kind + "\" in sink model."
|
||||
|
||||
Reference in New Issue
Block a user