mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Update csharp/ql/lib/semmle/code/csharp/dataflow/ExternalFlow.qll
Co-authored-by: Jami <57204504+jcogs33@users.noreply.github.com>
This commit is contained in:
@@ -214,7 +214,7 @@ module ModelValidation {
|
||||
not kind =
|
||||
[
|
||||
"code-injection", "command-injection", "file-content-store", "html-injection",
|
||||
"ldap-injection", "log-injection", "remote", "sql-injection", "url-redirection",
|
||||
"ldap-injection", "log-injection", "sql-injection", "url-redirection",
|
||||
"js-injection",
|
||||
] and
|
||||
not kind.matches("encryption-%") and
|
||||
|
||||
Reference in New Issue
Block a user