0secure

Results 3 issues of 0secure

Django 2 deprecated urlresolvers. In views.py, change `from django.core.urlresolvers import reverse` to `from django.urls import reverse`

This change adds two new environment variables (ABUSE_ORG and ABUSE_EMAIL) that are used to direct users to contact a particular organization in case of suspected abuse. In addition, a generic...

When saving a cvss2 object from the django admin interface, an AttributeError is received. This error appears to be because the value (0.35, etc) is being saved as a string...