You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added finding reports at the Product_Type, Product, Engagement and Test level. Reports can be generated in Asciidoc and PDF formats.
Since models.py changed makemigrations/migrate is needed.
For PDF reports the following must be installed via pip:
django-easy-pdf
xhtml2pdf>=0.0.6
reportlab
Added ability to upload Veracode XML export.
Added ability to upload Burp XML reports from Scanner.
For Nessus, Veracode and Burp uploads added the ability to select minimum severity level to import.
For Change Password form, added csrf tokend and autocomplete off.
Added Content-Type to download views download_risk and view_threatmodel.
Added CSRF_COOKIE_HTTPONLY = True, SESSION_COOKIE_SECURE = True and CSRF_COOKIE_SECURE = True to settings.dist.py and instructions on these in the setup.bash script.