Skip to content

Commit

Permalink
Publish Latest 2024-06-16
Browse files Browse the repository at this point in the history
Updates based on OWASP/wstg@0f9feb3
  • Loading branch information
wstgbot committed Jun 16, 2024
1 parent 301655e commit 9effd56
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,10 @@ Application APIs that conform to REST principles use the response status code of
| 404 | Not Found | Resource doesn't exist or incorrect based on the request |
| 405 | Method Not Allowed | Invalid method or unknown method used |
| 500 | Internal Server Error | Server failed to process request due to an internal error |

## References

1. [OWASP REST Security Cheat Sheet](https://cheatsheetseries.owasp.org/cheatsheets/REST_Security_Cheat_Sheet.html)
2. [OWASP REST Assessment Cheat Sheet](https://cheatsheetseries.owasp.org/cheatsheets/REST_Assessment_Cheat_Sheet.html)
3. [OWASP API Security Project](https://owasp.org/www-project-api-security/)
4. [OWASP API Security Tools](https://owasp.org/www-community/api_security_tools)

0 comments on commit 9effd56

Please sign in to comment.