This repository contains the files that build the Vulnerable Web Applications Directory Project's pages on the main OWASP website. The page can be found at: https://owasp.org/www-project-vulnerable-web-applications-directory/
Documentation explaining the files in this repo can be found at: https://owasp.org/migration
Apps can be add by editing: _data/collection.json
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 [email protected]:OWASP/www-project-vulnerable-web-applications-directory.git www-vwad
-
Change into the repository directory and install dependencies with:
cd www-vwad && bundle install
-
Serve the site to view it locally by running:
bundle exec jekyll serve