OWASP Threat Dragon
This repo provides the documentation site for Threat Dragon up to version 1.6.0. The latest version 1.6.1 documentation is now on the OWASP project site.
Mike Goodwin created Threat Dragon as an open source community project that provides an intuitive and accessible way to model threats.
Threat Dragon is a threat modelling application which provides model diagramming and a rule engine to auto-generate threats/mitigations. Threat Dragon is an OWASP Lab Project run by volunteers. There is always plenty to do so please contribute your ideas and time if you can.
- make sure you have jekyll installed, following the github docs
- install with
bundle install
- run the site locally with
bundle exec jekyll serve
- browse to http://localhost:4000/ to check all is good
- build the site with
bundle exec jekyll build