Skip to content

Commit 9c04a18

Browse files
committed
refactor(A7:2023RC): add a reference to Security Headers
2 parents 6744916 + 6c7e6bd commit 9c04a18

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,10 @@ Furthermore:
8080
(TLS), regardless of whether it is an internal or public-facing API.
8181
* Be specific about which HTTP verbs each API can be accessed by: all other
8282
HTTP verbs should be disabled (e.g. HEAD).
83-
* Implement a proper Cross-Origin Resource Sharing (CORS) policy on APIs
84-
expected to be accessed from browser-based clients (e.g. web app front-ends).
83+
* APIs expecting to be accessed from browser-based clients (e.g., WebApp
84+
front-end) should, at least:
85+
* implement a proper Cross-Origin Resource Sharing (CORS) policy
86+
* include applicable Security Headers
8587
* Ensure all servers in the HTTP server chain (e.g. load balancers, reverse
8688
and forward proxies, and back-end servers) process incoming requests in a
8789
uniform manner to avoid desync issues.

0 commit comments

Comments
 (0)