mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
345 B
345 B
0.5.3
New Queries
- Added a new query,
java/xxe-local, which is a version of the XXE query that uses local sources (for example, reads from a local file).
Minor Analysis Improvements
- The
java/index-out-of-boundsquery has improved its handling of arrays of constant length, and may report additional results in those cases.