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

techfindings bug via email #65

Closed hammackj closed 11 years ago

hammackj commented 11 years ago

Hi there,

I've been performing some customizations on risu's reporting templates and I found a small bug with a template of yours.

On "technical_findings" template, version 0.0.5, line 57 you have "if h[:values].length > 1". This should be "> 0" as it won't display a vulnerability category (Critical/High/...) if it has only one vulnerability. For instance, I was generating a report based on a nessus scan that had only 1 critical vulnerability and it was being left out of the report.

Thanks for the great work on risu's project.

Regards, Carlos Pires