
보안 챔피언을 위한 OWASP 가이드: 개발팀 내에서 보안 문화와 관행을 조성하기 위해 선별된 리소스와 학습 경로를 제공합니다.
MKDocs를 사용하여 OWASP 프로젝트 페이지 옆에 있는 https://securitychampions.owasp.org/에서 콘텐츠를 호스팅합니다. https://github.com/OWASP/API-Security 및 https://github.com/OWASP/Top10/tree/master/2021에서 영감을 받았습니다.
Install python 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/
또는
python3 -m mkdocs build to generate site content for deployment
로컬에서 실행할 때 플러그인 설치: pip install mkdocs-open-in-new-tab