API Security Checklist
API Security Checklist
com
Injection OWASP - A8
1. Verify that , API are not trusting your API consumers even if internal.
2. Verify API are strictly define all input data : schemas , types , string
patterns - and enforce them at runtime.
3. Verify that APIs are validating, filtering & sanitizing all incoming data.
4. Verify that APIs are define , limit and enforce API outputs to prevent
data leaks.