# OWASP Resources ## OWASP Top 10 The industry standard list of the most critical security risks to web applications. - **Latest:** [OWASP Top 10 2021](https://owasp.org/Top10/) - Key risks include: Injection, Broken Authentication, XSS, Security Misconfigurations, etc. ## OWASP Cheat Sheet Series Concise, practical guides on specific application security topics. - **Site:** [cheatsheetseries.owasp.org](https://cheatsheetseries.owasp.org/index.html) - Created by application security professionals - Covers: API security, authentication, cryptography, DevSecOps, and more ### Popular Cheat Sheets - [Injection Prevention](https://cheatsheetseries.owasp.org/cheatsheets/Injection_Prevention_Cheat_Sheet.html) - [XSS Prevention](https://cheatsheetseries.owasp.org/cheatsheets/Cross_Site_Scripting_Prevention_Cheat_Sheet.html) - [JWT](https://cheatsheetseries.owasp.org/cheatsheets/JSON_Web_Token_for_Java_Cheat_Sheet.html) - [API Security](https://cheatsheetseries.owasp.org/cheatsheets/REST_Security_Cheat_Sheet.html)