mirror of
https://github.com/github/codeql.git
synced 2026-06-21 04:41:09 +02:00
220 B
220 B
1.2.0
New Queries
- 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.