Does the Nessus import process import the severity? I am testing with Nessus and Burp and Nessus doesnt seem to do this.
Also, is there any way to flag/filter/sort issues that have been imported through the automated tool import process?
Does the Nessus import process import the severity? I am testing with Nessus and Burp and Nessus doesnt seem to do this.
Also, is there any way to flag/filter/sort issues that have been imported through the automated tool import process?
Hi @nerbies,
Yes, the Severity can be imported. Check your ./templates/plugins/nessus/
folder for the report_item.template
file. Make sure it contains a section for report_item.severity
such:
#[Severity]#
%report_item.severity%
At the moment there is no way to flag / sort imported issues in the Community edition.
HTH