@@ -275,11 +275,12 @@ module ModelValidation {
275275 not kind =
276276 [
277277 "open-url" , "jndi-injection" , "ldap-injection" , "sql-injection" , "jdbc-url" ,
278- "log-injection" , "mvel-injection" , "xpath-injection" , "groovy-injection" , "xss" ,
279- "ognl-injection" , "intent-redirection" , "pending-intents" , "url-redirection" ,
280- "create-file" , "read-file" , "write-file" , "hostname-verification" , "response-splitting" ,
281- "information-leak" , "xslt-injection" , "jexl-injection" , "bean-validation" ,
282- "template-injection" , "fragment-injection" , "command-injection"
278+ "log-injection" , "mvel-injection" , "xpath-injection" , "groovy-injection" ,
279+ "html-injection" , "js-injection" , "ognl-injection" , "intent-redirection" ,
280+ "pending-intents" , "url-redirection" , "create-file" , "read-file" , "write-file" ,
281+ "hostname-verification" , "response-splitting" , "information-leak" , "xslt-injection" ,
282+ "jexl-injection" , "bean-validation" , "template-injection" , "fragment-injection" ,
283+ "command-injection"
283284 ] and
284285 not kind .matches ( "regex-use%" ) and
285286 not kind .matches ( "qltest%" ) and
0 commit comments