Java: add change note

This commit is contained in:
Jami Cogswell
2024-12-16 18:52:21 -05:00
parent fa27689719
commit 27aa9c97a4

View File

@@ -0,0 +1,4 @@
---
category: newQuery
---
* Added a new query, `java/csrf-unprotected-request-type`, to detect Cross-Site Request Forgery (CSRF) vulnerabilities due to using HTTP request types that are not default-protected from CSRF.