github DefectDojo/django-DefectDojo 1.1.2
Release 1.1.2

latest releases: 2.33.7, 2.33.6, 2.33.5...
7 years ago

This release includes the following:

  1. Bugs fixes and improvements.
  2. Docker improvements
  3. Fix for Travis
  4. Readme update, slack integration and docker speed improvements
  5. Added Active, Verified, and tags to Reupload Scan form
  6. Adds Arachni Scanner JSON upload - takes care of #101.
    Used Json rport found at http://www.arachni-scanner.com/reports/report.json for testing
  7. Added tag lookup to all forms, takes care of #135. Tags are now a multiselect field, all
    tags used for same Model type will be presented as options, additionally users can add
    new tags.
  8. Able to bulk update severity, active, verified, false_p, duplicate, and out of scope
    status for checked findings. Takes care of #98
  9. Takes care of #62. Product now has three new fields: product_manager, team_manager, and
    technical_contact.
    These replace the fields prod_manager, manager, and tech_contact.
    The new fields are foreign keys to User objects.
    User is now extended by UserContactInfo which adds ability to store a title, phone, cell,
    twitter and github for each user.
    Fields prod_manager, manager, and tech_contact are no longer used anywhere, but left in
    Product model for backwards compatibility. They will be removed in future updates.
    References to these in the project have been replaced by new fields product_manager,
    team_manager, and technical_contact.
  10. Added functionality to import Visual Code Grepper scan results.
  11. Added functionality to import OWASP Dependency Check scan results.
  12. Adds model Finding_Template to the API.
  13. Fixed #64
  14. Added functionality to import findings from a CSV file.

This update requires the following commands:

./manage.py makemigrations dojo
./manage.py migrate
./manage.py collectstatic
./manage.py migrate_product_contacts

Don't miss a new django-DefectDojo release

NewReleases is sending notifications on new releases.