mirror of
https://github.com/github/codeql.git
synced 2026-04-12 02:24:00 +02:00
544 B
544 B
0.6.2
Minor Analysis Improvements
- The query
java/groovy-injectionnow recognizesgroovy.text.TemplateEngine.createTemplateas a sink. - The queries
java/xxeandjava/xxe-localnow recognize the second argument of calls toXPath.evaluateas a sink. - Experimental sinks for the query "Resolving XML external entity in user-controlled data" (
java/xxe) have been promoted to the main query pack. These sinks were originally submitted as part of an experimental query by @haby0.