Workshop based on the OWASP Top Ten security vulnerabilities
- Node LTS
- docker
- docker-compose
- Postman for testing requests
npm ci
npm run db:up
npm run db:migrate
Slides contain instructions for the workshop. You can read them at https://nearform.github.io/owasp-top-ten-workshop, or:
npm start
will open the slides in the browser
cd src/a01-access-control
npm start
This will run automated tests that fail until the issue in the exercise has been solved
(Some steps of the workshop might not have automated tests)
cd src/a01-access-control
npm run verify
npm run verify -w src/a01-access-control