Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.16 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.16 KB

OWASP Top 10 2021

Final Release

Building a local copy

  • Install Python 3 for your platform
  • From the main folder, ...
make install-python-requirements

Test it locally

You should test your changes locally:

cd 2021
mkdocs serve

Once you are happy, check in your changes as a branch / PR and let someone on the main team know. We'll review your changes, and merge and redeploy.

Redeploy to gh-pages

This only works if you have commit privileges on master and Git is correctly setup in your environment.

cd 2021
mkdocs gh-deploy

Translating the OWASP Top 10 2021

  • Join the OWASP Slack and join the #top-10-translations channel. Let folks know what language you are doing. Someone might already be working on it.
  • Fork and clone the Top 10 repo
  • Follow the installation and local test instructions above
  • Create a new branch for your language (something like 2021-fr)
  • Add your translation to the plugin / navigation area in mkdocs.yml
  • Test your translation locally by running a local server (see above)
  • When you're ready, create a pull request against the OWASP Top 10 repo, and let us know it's ready for deployment