|
| 1 | +Introduction |
| 2 | +============ |
| 3 | + |
| 4 | +## Welcome to the OWASP API Security Top 10 - 2023! |
| 5 | + |
| 6 | +Welcome to the second edition of the OWASP API Security Top 10! |
| 7 | + |
| 8 | +This awareness document was first published back in 2019. Since then, the API |
| 9 | +Security industry has flourished and become more mature. We strongly believe |
| 10 | +this work has positively contributed to it, due to it being quickly adopted as |
| 11 | +an industry reference. |
| 12 | + |
| 13 | +APIs play a very important role in modern application architecture. But since |
| 14 | +innovation has a different pace than creating security awareness, we believe |
| 15 | +it's important to focus on creating awareness for common API security |
| 16 | +weaknesses. |
| 17 | + |
| 18 | +The primary goal of the OWASP API Security Top 10 is to educate those involved |
| 19 | +in API development and maintenance, for example, developers, designers, |
| 20 | +architects, managers, or organizations. You can know more about the API Security |
| 21 | +Project visiting [the project page][1]. |
| 22 | + |
| 23 | +If you're not familiar with the OWASP top 10 series, we recommend checking at |
| 24 | +least the following top 10 projects: |
| 25 | + |
| 26 | +* [OWASP Cloud-Native Application Security Top 10][2] |
| 27 | +* [OWASP Desktop App Security Top 10][3] |
| 28 | +* [OWASP Docker Top 10][4] |
| 29 | +* [OWASP Low-Code/No-Code Top 10][5] |
| 30 | +* [OWASP Machine Learning Security Top Ten][6] |
| 31 | +* [OWASP Mobile Top 10][7] |
| 32 | +* [OWASP TOP 10][8] |
| 33 | +* [OWASP Top 10 CI/CD Security Risks][9] |
| 34 | +* [OWASP Top 10 Client-Side Security Risks][10] |
| 35 | +* [OWASP Top 10 Privacy Risks][11] |
| 36 | +* [OWASP Serverless Top 10][12] |
| 37 | + |
| 38 | +None of the projects replaces another: if you're working on a mobile application |
| 39 | +powered by a back-end API, you're better off reading both the corresponding top |
| 40 | +10's. The same is valid if you're working on a web or desktop application |
| 41 | +powered by APIs. |
| 42 | + |
| 43 | +In the [Methodology and Data][13] section, you can read more about how this |
| 44 | +edition was created. For now, we encourage everyone to contribute with |
| 45 | +questions, comments, and ideas at our [GitHub repository][14] or |
| 46 | +[Mailing list][15]. |
| 47 | + |
| 48 | +[1]: https://owasp.org/www-project-api-security/ |
| 49 | +[2]: https://owasp.org/www-project-cloud-native-application-security-top-10/ |
| 50 | +[3]: https://owasp.org/www-project-desktop-app-security-top-10/ |
| 51 | +[4]: https://owasp.org/www-project-docker-top-10/ |
| 52 | +[5]: https://owasp.org/www-project-top-10-low-code-no-code-security-risks/ |
| 53 | +[6]: https://owasp.org/www-project-machine-learning-security-top-10/ |
| 54 | +[7]: https://owasp.org/www-project-mobile-top-10/ |
| 55 | +[8]: https://owasp.org/www-project-top-ten/ |
| 56 | +[9]: https://owasp.org/www-project-top-10-ci-cd-security-risks/ |
| 57 | +[10]: https://owasp.org/www-project-top-10-client-side-security-risks/ |
| 58 | +[11]: https://owasp.org/www-project-top-10-privacy-risks/ |
| 59 | +[12]: https://owasp.org/www-project-serverless-top-10/ |
| 60 | +[13]: ./0xd0-about-data.md |
| 61 | +[14]: https://github.com/OWASP/API-Security |
| 62 | +[15]: https://groups.google.com/a/owasp.org/forum/#!forum/api-security-project |
0 commit comments