|
1 |
| -# API-Security-Top-10 |
| 1 | +OWASP API Security Top 10 |
| 2 | +========================= |
| 3 | + |
| 4 | +This project is designed to address the ever-increasing number of organizations |
| 5 | +that are deploying potentially sensitive APIs as part of their software |
| 6 | +offerings. These APIs are used for internal tasks and to interface with third |
| 7 | +parties. Unfortunately, many APIs do not undergo the rigorous security testing |
| 8 | +that would render them secure from attack. |
| 9 | + |
| 10 | +The OWASP API Security Project seeks to provide value to software developers and |
| 11 | +security assessors by underscoring the potential risks in insecure APIs and |
| 12 | +illustrating how these risks may be mitigated. In order to facilitate this goal, |
| 13 | +the OWASP API Security Project will create and maintain a Top 10 API Security |
| 14 | +Risks document, as well as a documentation portal for best practices when |
| 15 | +creating or assessing APIs. |
| 16 | + |
| 17 | +## Description |
| 18 | + |
| 19 | +While working as developers or information security consultants, many people |
| 20 | +have encountered APIs as part of a project. While there are some resources to |
| 21 | +help create and evaluate these projects (such as the OWASP REST Security Cheat |
| 22 | +Sheet), there has not be a comprehensive security project designed to assist |
| 23 | +builders, breakers, and defenders in the community. |
| 24 | + |
| 25 | +This project aims to create: |
| 26 | + |
| 27 | +* The OWASP Top Ten API Security Risks document, which can easily underscore the |
| 28 | + most common risks in the area. |
| 29 | +* Create a documentation portal for developers to build APIs in a secure manner. |
| 30 | +* Work with the security community to maintain living documents that evolve with |
| 31 | + security trends. |
| 32 | + |
| 33 | +## Project Leaders |
| 34 | + |
| 35 | +* [Erez Yalon][0] |
| 36 | +* Inon Shkedy |
| 37 | + |
| 38 | +## Licensing |
| 39 | + |
| 40 | +**The OWASP API Security Project documents are free to use!** |
| 41 | + |
| 42 | +The OWASP API Security Project is licensed under the [Creative Commons |
| 43 | +Attribution-ShareAlike 3.0 license][1], so you can copy, distribute and transmit |
| 44 | +the work, and you can adapt it, and use it commercially, but all provided that |
| 45 | +you attribute the work and if you alter, transform, or build upon this work, you |
| 46 | +may distribute the resulting work only under the same or similar license to this |
| 47 | +one. |
| 48 | + |
| 49 | +[0]: https://www.owasp.org/index.php/User:ErezYalon |
| 50 | +[1]: http://creativecommons.org/licenses/by-sa/3.0/ |
0 commit comments