mirror of
https://github.com/github/codeql.git
synced 2026-05-06 06:05:19 +02:00
Java: update xslt sink kind to xslt-injection
This commit is contained in:
@@ -277,9 +277,9 @@ module ModelValidation {
|
||||
"open-url", "jndi-injection", "ldap", "sql-injection", "jdbc-url", "log-injection",
|
||||
"mvel-injection", "xpath-injection", "groovy-injection", "xss", "ognl-injection",
|
||||
"intent-start", "pending-intent-sent", "url-redirection", "create-file", "read-file",
|
||||
"write-file", "set-hostname-verifier", "header-splitting", "information-leak", "xslt",
|
||||
"jexl-injection", "bean-validation", "template-injection", "fragment-injection",
|
||||
"command-injection"
|
||||
"write-file", "set-hostname-verifier", "header-splitting", "information-leak",
|
||||
"xslt-injection", "jexl-injection", "bean-validation", "template-injection",
|
||||
"fragment-injection", "command-injection"
|
||||
] and
|
||||
not kind.matches("regex-use%") and
|
||||
not kind.matches("qltest%") and
|
||||
|
||||
Reference in New Issue
Block a user