Skip to content

Commit 4597210

Browse files
GeekMasherjcogs33
andauthored
Update csharp/ql/lib/semmle/code/csharp/dataflow/ExternalFlow.qll
Co-authored-by: Jami <[email protected]>
1 parent 861ac17 commit 4597210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ module ModelValidation {
214214
not kind =
215215
[
216216
"code-injection", "command-injection", "file-content-store", "html-injection",
217-
"ldap-injection", "log-injection", "remote", "sql-injection", "url-redirection",
217+
"ldap-injection", "log-injection", "sql-injection", "url-redirection",
218218
"js-injection",
219219
] and
220220
not kind.matches("encryption-%") and

0 commit comments

Comments
 (0)