@@ -135,6 +135,7 @@ private module Frameworks {
135
135
private import semmle.code.java.security.ResponseSplitting
136
136
private import semmle.code.java.security.InformationLeak
137
137
private import semmle.code.java.security.Files
138
+ private import semmle.code.java.security.FragmentInjection
138
139
private import semmle.code.java.security.GroovyInjection
139
140
private import semmle.code.java.security.ImplicitPendingIntents
140
141
private import semmle.code.java.security.JexlInjectionSinkModels
@@ -613,7 +614,8 @@ module CsvValidation {
613
614
"open-url" , "jndi-injection" , "ldap" , "sql" , "jdbc-url" , "logging" , "mvel" , "xpath" ,
614
615
"groovy" , "xss" , "ognl-injection" , "intent-start" , "pending-intent-sent" ,
615
616
"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"
617
619
] and
618
620
not kind .matches ( "regex-use%" ) and
619
621
not kind .matches ( "qltest%" ) and
0 commit comments