Upgrading to DefectDojo Version 1.2.9 | DefectDojo Documentation

Upgrading to DefectDojo Version 1.2.9

What's New: New feature: Benchmarks (OWASP ASVS)

Upgrading to 1.2.9 requires:

  1. ./manage.py makemigrations
  2. ./manage.py migrate
  3. ./manage.py loaddata dojo/fixtures/benchmark_type.json
  4. ./manage.py loaddata dojo/fixtures/benchmark_category.json
  5. ./manage.py loaddata dojo/fixtures/benchmark_requirement.json
  6. ./manage.py collectstatic --noinput
  7. Complete