Skip to content

Commit 57b6a52

Browse files
committed
feat(API7:2019): add "How to Prevent" tip regarding HTTP verbs.
This closes #28 and closes #29.
1 parent 27fac6c commit 57b6a52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ The API life cycle should include:
6868
* To prevent exception traces and other valuable information from being sent
6969
back to attackers, if applicable, define and enforce all API response payload
7070
schemas including error responses.
71+
* Ensure API can only be accessed by the specified HTTP verbs. All other HTTP
72+
verbs should be disabled (e.g. `HEAD`).
7173

7274
## References
7375

0 commit comments

Comments
 (0)