
OWASP-Leitfaden für Security Champions, der kuratierte Ressourcen und Lernpfade bereitstellt, um Sicherheitskultur und -praktiken innerhalb von Entwicklungsteams zu fördern.
Verwendung von MKDocs zum Hosten unserer Inhalte (neben der OWASP-Projektseite) unter https://securitychampions.owasp.org/. Inspiriert von https://github.com/OWASP/API-Security und https://github.com/OWASP/Top10/tree/master/2021.
Python installieren python3 -m pip install -r requirements.txt python3 -m pip install mkdocs
python3 -m mkdocs serve to run website on http://127.0.0.1:8000/
oder
python3 -m mkdocs build to generate site content for deployment
Installieren Sie Plugins bei lokaler Ausführung: pip install mkdocs-open-in-new-tab