Workshop based on the OWASP Top Ten security vulnerabilities
- Node LTS
- docker
- docker-compose
- Postman for testing requests
npm cinpm run db:upnpm 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 startThis 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 verifynpm run verify -w src/a01-access-control