github DefectDojo/django-DefectDojo v1.0.3

latest releases: 2.34.2, 2.34.1, 2.34.0...
8 years ago
  • Manage Users
    • Add - By default all users are created with an unusable password. If a password is needed it can be set using the Admin interface .
    • Edit - Update the user data to allow for active, staff, username, first name, last name, email and a multi-select of authorized products.
    • Delete - Deleting this User will remove any related objects associated with it. These relationships are listed in confirmation page.
  • Added "history" to models to track/log changes over time. Using django-auditlog (https://github.com/jjkester/django-auditlog) for logging purposes.
    • Changes to models.py to register models for automatic logging
    • Changes to settings.dist.py:
    • Add auditlog to list of INSTALLED_APPS
  • Added additional block in side navigation to allow apps to append to menu list - {% block sidebar-items %}
  • Fixed metrics monthly interval to start on first day of month and end on last day of month.
  • Fixed view add_temp_finding to correctly include the product id to be able to add endpoints correctly. This fixes #42
  • Added icons to pulldown menus.
  • Minor html, css, and content updates to provide consistency across pages.

This release requires database table updates if upgrading from previous version. This can be accomplished with:

./manage.py makemigrations
./manage.py migrate

Don't miss a new django-DefectDojo release

NewReleases is sending notifications on new releases.