hammackj / risu

Risu is Nessus parser, that converts the generated reports into a ActiveRecord database, this allows for easy report generation and vulnerability verification.
http://hammackj.github.io/risu
MIT License
63 stars 20 forks source link

High instead of Critical items selected in findings_host.rb #99

Closed ghuisman closed 8 years ago

ghuisman commented 8 years ago

There is an issue in the template file "findings_host.rb". At line 71 instead of selecting the Critical findings there is a line host.items.high_risks_unique_sorted.each. Therefore the High findings will be shown under the "Critical Findings" header.

hammackj commented 8 years ago

Thanks for the report, This will be fixed in 1.7.9.