Resources(n):
- GET
- POST
- PUT / PATCH
- DELETE
Hypermedia as the Engine of Application State
(HATEOAS)
- Injection attacks
- Broken authentication
- Sensitive data exposure
- XML entities
- Broken access control
See more at: OWASP Foundation link
docker pull mongo
docker run --name mongodb -p 27017:27017 -d mongo
- Verify with
docker ps