├── .github ├── dependabot.yml └── workflows │ └── validate-owasp-metadata.yaml ├── .gitignore ├── 404.html ├── Gemfile ├── README.md ├── _config.yml ├── assets └── images │ ├── README.md │ ├── cc_license_small.png │ ├── owasp_breakers_small.png │ ├── owasp_builders_small.png │ ├── owasp_defenders_small.png │ └── owasp_documentation_project.jpg ├── index.md ├── info.json ├── info.md ├── leaders.md ├── project.owasp.yaml └── writeups ├── CRE-Explained6.pdf ├── opencredcslides.pdf └── owasp_in_sdlc ├── images ├── OWASP-in0.png ├── SDLC_in_OWASP_links.html ├── defectdojo.png ├── impl_samm.png ├── juiceshop.png ├── rtf.png ├── samm_release.png ├── samm_testing.png ├── sdlc_diag.png ├── skf_code.png ├── skf_qs.png ├── summary.png └── threat_model.png └── index.md /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-integration-standards/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/workflows/validate-owasp-metadata.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-integration-standards/HEAD/.github/workflows/validate-owasp-metadata.yaml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-integration-standards/HEAD/.gitignore -------------------------------------------------------------------------------- /404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-integration-standards/HEAD/404.html -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-integration-standards/HEAD/Gemfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-integration-standards/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-integration-standards/HEAD/_config.yml -------------------------------------------------------------------------------- /assets/images/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-integration-standards/HEAD/assets/images/README.md -------------------------------------------------------------------------------- /assets/images/cc_license_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-integration-standards/HEAD/assets/images/cc_license_small.png -------------------------------------------------------------------------------- /assets/images/owasp_breakers_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-integration-standards/HEAD/assets/images/owasp_breakers_small.png -------------------------------------------------------------------------------- /assets/images/owasp_builders_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-integration-standards/HEAD/assets/images/owasp_builders_small.png -------------------------------------------------------------------------------- /assets/images/owasp_defenders_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-integration-standards/HEAD/assets/images/owasp_defenders_small.png -------------------------------------------------------------------------------- /assets/images/owasp_documentation_project.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-integration-standards/HEAD/assets/images/owasp_documentation_project.jpg -------------------------------------------------------------------------------- /index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-integration-standards/HEAD/index.md -------------------------------------------------------------------------------- /info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-integration-standards/HEAD/info.json -------------------------------------------------------------------------------- /info.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-integration-standards/HEAD/info.md -------------------------------------------------------------------------------- /leaders.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-integration-standards/HEAD/leaders.md -------------------------------------------------------------------------------- /project.owasp.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-integration-standards/HEAD/project.owasp.yaml -------------------------------------------------------------------------------- /writeups/CRE-Explained6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-integration-standards/HEAD/writeups/CRE-Explained6.pdf -------------------------------------------------------------------------------- /writeups/opencredcslides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-integration-standards/HEAD/writeups/opencredcslides.pdf -------------------------------------------------------------------------------- /writeups/owasp_in_sdlc/images/OWASP-in0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-integration-standards/HEAD/writeups/owasp_in_sdlc/images/OWASP-in0.png -------------------------------------------------------------------------------- /writeups/owasp_in_sdlc/images/SDLC_in_OWASP_links.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-integration-standards/HEAD/writeups/owasp_in_sdlc/images/SDLC_in_OWASP_links.html -------------------------------------------------------------------------------- /writeups/owasp_in_sdlc/images/defectdojo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-integration-standards/HEAD/writeups/owasp_in_sdlc/images/defectdojo.png -------------------------------------------------------------------------------- /writeups/owasp_in_sdlc/images/impl_samm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-integration-standards/HEAD/writeups/owasp_in_sdlc/images/impl_samm.png -------------------------------------------------------------------------------- /writeups/owasp_in_sdlc/images/juiceshop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-integration-standards/HEAD/writeups/owasp_in_sdlc/images/juiceshop.png -------------------------------------------------------------------------------- /writeups/owasp_in_sdlc/images/rtf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-integration-standards/HEAD/writeups/owasp_in_sdlc/images/rtf.png -------------------------------------------------------------------------------- /writeups/owasp_in_sdlc/images/samm_release.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-integration-standards/HEAD/writeups/owasp_in_sdlc/images/samm_release.png -------------------------------------------------------------------------------- /writeups/owasp_in_sdlc/images/samm_testing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-integration-standards/HEAD/writeups/owasp_in_sdlc/images/samm_testing.png -------------------------------------------------------------------------------- /writeups/owasp_in_sdlc/images/sdlc_diag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-integration-standards/HEAD/writeups/owasp_in_sdlc/images/sdlc_diag.png -------------------------------------------------------------------------------- /writeups/owasp_in_sdlc/images/skf_code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-integration-standards/HEAD/writeups/owasp_in_sdlc/images/skf_code.png -------------------------------------------------------------------------------- /writeups/owasp_in_sdlc/images/skf_qs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-integration-standards/HEAD/writeups/owasp_in_sdlc/images/skf_qs.png -------------------------------------------------------------------------------- /writeups/owasp_in_sdlc/images/summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-integration-standards/HEAD/writeups/owasp_in_sdlc/images/summary.png -------------------------------------------------------------------------------- /writeups/owasp_in_sdlc/images/threat_model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-integration-standards/HEAD/writeups/owasp_in_sdlc/images/threat_model.png -------------------------------------------------------------------------------- /writeups/owasp_in_sdlc/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OWASP/www-project-integration-standards/HEAD/writeups/owasp_in_sdlc/index.md --------------------------------------------------------------------------------