Skip to content

Commit d5ae385

Browse files
committed
feat(A7:2023RC): Add recommendation regarding supported incoming content types
2 parents 9c04a18 + 1ae47b3 commit d5ae385

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

2023/en/src/0xa7-security-misconfiguration.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ Furthermore:
8484
front-end) should, at least:
8585
* implement a proper Cross-Origin Resource Sharing (CORS) policy
8686
* include applicable Security Headers
87+
* Restrict incoming content types/data formats to those that meet the business/
88+
functional requirements.
89+
* Implement a proper Cross-Origin Resource Sharing (CORS) policy on APIs
90+
expected to be accessed from browser-based clients (e.g. web app front-ends).
8791
* Ensure all servers in the HTTP server chain (e.g. load balancers, reverse
8892
and forward proxies, and back-end servers) process incoming requests in a
8993
uniform manner to avoid desync issues.

0 commit comments

Comments
 (0)