Files
codeql/java/ql/src/change-notes/released/0.7.4.md
2023-09-05 16:56:14 +00:00

564 B

0.7.4

New Queries

  • Added the java/trust-boundary-violation query to detect trust boundary violations between HTTP requests and the HTTP session. Also added the trust-boundary-violation sink kind for sinks which may cross a trust boundary, such as calls to the HttpSession#setAttribute method.

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.