Skip to content

feat: Add recommendation regarding supported incoming content types #107

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions 2023/en/src/0xa7-security-misconfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ Furthermore:
(TLS), regardless of whether it is an internal or public-facing API.
* Be specific about which HTTP verbs each API can be accessed by: all other
HTTP verbs should be disabled (e.g. HEAD).
* Restrict incoming content types/data formats to those that meet the business/
functional requirements.
* Implement a proper Cross-Origin Resource Sharing (CORS) policy on APIs
expected to be accessed from browser-based clients (e.g. web app front-ends).
* Ensure all servers in the HTTP server chain (e.g. load balancers, reverse
Expand Down