Skip to content

Commit 2224c5d

Browse files
Jami CogswellJami Cogswell
authored andcommitted
Java: remove url-open-stream kind from getInvalidModelKind
1 parent 9cdb9d6 commit 2224c5d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -273,10 +273,10 @@ module ModelValidation {
273273
not kind =
274274
[
275275
"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"
276+
"groovy", "xss", "ognl-injection", "intent-start", "pending-intent-sent", "url-redirect",
277+
"create-file", "read-file", "write-file", "set-hostname-verifier", "header-splitting",
278+
"information-leak", "xslt", "jexl", "bean-validation", "ssti", "fragment-injection",
279+
"command-injection"
280280
] and
281281
not kind.matches("regex-use%") and
282282
not kind.matches("qltest%") and

0 commit comments

Comments
 (0)