We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cdb9d6 commit 2224c5dCopy full SHA for 2224c5d
java/ql/lib/semmle/code/java/dataflow/ExternalFlow.qll
@@ -273,10 +273,10 @@ module ModelValidation {
273
not kind =
274
[
275
"open-url", "jndi-injection", "ldap", "sql", "jdbc-url", "logging", "mvel", "xpath",
276
- "groovy", "xss", "ognl-injection", "intent-start", "pending-intent-sent",
277
- "url-open-stream", "url-redirect", "create-file", "read-file", "write-file",
278
- "set-hostname-verifier", "header-splitting", "information-leak", "xslt", "jexl",
279
- "bean-validation", "ssti", "fragment-injection", "command-injection"
+ "groovy", "xss", "ognl-injection", "intent-start", "pending-intent-sent", "url-redirect",
+ "create-file", "read-file", "write-file", "set-hostname-verifier", "header-splitting",
+ "information-leak", "xslt", "jexl", "bean-validation", "ssti", "fragment-injection",
+ "command-injection"
280
] and
281
not kind.matches("regex-use%") and
282
not kind.matches("qltest%") and
0 commit comments