mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
316 B
316 B
1.6.2
Bug Fixes
- The
cs/web/missing-token-validation("Missing cross-site request forgery token validation") query now recognizes antiforgery attributes on base controller classes, fixing false positives when[ValidateAntiForgeryToken]or[AutoValidateAntiforgeryToken]is applied to a parent class.