mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
644 B
644 B
lgtm,codescanning
- The query "Server-side request forgery (SSRF)" (
java/ssrf) has been promoted from experimental to the main query pack. Its results will now appear by default. This query was originally submitted as an experimental query by @porcupineyhairs. - Models for
URIandHttpRequestin thejava.netpackage have been improved. This may lead to more results from any query where these types' methods are relevant. - Models for Apache HttpComponents'
RequestLineandBasicRequestLinetypes. This may lead to more results from any query where these types' methods are relevant.