mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
564 B
564 B
0.7.4
New Queries
- Added the
java/trust-boundary-violationquery to detect trust boundary violations between HTTP requests and the HTTP session. Also added thetrust-boundary-violationsink kind for sinks which may cross a trust boundary, such as calls to theHttpSession#setAttributemethod.
Minor Analysis Improvements
- The queries "Resolving XML external entity in user-controlled data" (
java/xxe) and "Resolving XML external entity in user-controlled data from local source" (java/xxe-local) now recognize sinks in the MDHT library.