Skip to content

Commit a8ee878

Browse files
committed
Java: Add bi-directional import of FragmentInjection.
1 parent 6631125 commit a8ee878

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ private module Frameworks {
135135
private import semmle.code.java.security.ResponseSplitting
136136
private import semmle.code.java.security.InformationLeak
137137
private import semmle.code.java.security.Files
138+
private import semmle.code.java.security.FragmentInjection
138139
private import semmle.code.java.security.GroovyInjection
139140
private import semmle.code.java.security.ImplicitPendingIntents
140141
private import semmle.code.java.security.JexlInjectionSinkModels
@@ -613,7 +614,8 @@ module CsvValidation {
613614
"open-url", "jndi-injection", "ldap", "sql", "jdbc-url", "logging", "mvel", "xpath",
614615
"groovy", "xss", "ognl-injection", "intent-start", "pending-intent-sent",
615616
"url-open-stream", "url-redirect", "create-file", "write-file", "set-hostname-verifier",
616-
"header-splitting", "information-leak", "xslt", "jexl", "bean-validation", "ssti"
617+
"header-splitting", "information-leak", "xslt", "jexl", "bean-validation", "ssti",
618+
"fragment-injection"
617619
] and
618620
not kind.matches("regex-use%") and
619621
not kind.matches("qltest%") and

0 commit comments

Comments
 (0)