@@ -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