This repository contains the files that build the Web Security Testing Guide (WSTG) Project's page on the main OWASP website. The page can be found at: https://owasp.org/www-project-web-security-testing-guide/
Documentation explaining the files in this repo can be found at: https://owasp.org/migration
Any contributions to the guide itself should be made via the guide's project repo, using a pull request. (No one outside the project leadership or foundation automation should be pushing directly to either repo.)
Caution
Contributions should only be made in the proper repo against the latest content. Please don't open PRs here for versioned or stable content, they represent point-in-time state.
To set up a local development environment for this Jekyll site:
-
Install Jekyll and its required dependencies for your operating system. See Installation.
-
Clone this repository, for example:
git clone git@github.com:OWASP/www-project-web-security-testing-guide.git www-wstg
-
Change into the repository directory and install dependencies with:
cd www-wstg && bundle install
-
Serve the site to view it locally by running:
bundle exec jekyll serve