mirror of
https://github.com/github/codeql.git
synced 2026-02-24 02:43:40 +01:00
848 B
848 B
7.8.4
Minor Analysis Improvements
- When a code-scanning configuration specifies the
paths:and/orpaths-ignore:settings, these are now taken into account by the Java extractor's search for XML and properties files. - Additional remote flow sources from the
org.springframework.web.socketpackage have been modeled. - A sanitizer has been added to
java/ssrfto remove alerts when a regular expression check is used to verify that the value is safe. - URI template variables of all Spring
RestTemplatemethods are now considered as request forgery sinks. Previously only thegetForObjectmethod was considered. This may lead to more alerts for the queryjava/ssrf. - Added more dataflow models of
org.apache.commons.fileupload.FileItem,javax/jakarta.servlet.http.Partandorg.apache.commons.fileupload.util.Streams.