Skip to content

Commit 575745c

Browse files
authored
Merge pull request #130 from citybasebrooks/patch-1
Update README.md
2 parents f517e3b + d9147c2 commit 575745c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Checklist of the most important security countermeasures when designing, testing
2828
- [ ] Limit requests (Throttling) to avoid DDoS / brute-force attacks.
2929
- [ ] Use HTTPS on server side to avoid MITM (Man in the Middle Attack).
3030
- [ ] Use `HSTS` header with SSL to avoid SSL Strip attack.
31+
- [ ] For private APIs, only allow access from whitelisted IPs/hosts.
3132

3233
## Input
3334
- [ ] Use the proper HTTP method according to the operation: `GET (read)`, `POST (create)`, `PUT/PATCH (replace/update)`, and `DELETE (to delete a record)`, and respond with `405 Method Not Allowed` if the requested method isn't appropriate for the requested resource.

0 commit comments

Comments
 (0)