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

report template - summary of findings #7

Closed ebdavison closed 13 years ago

ebdavison commented 13 years ago

I think this one is a bit over my head for now but would be a great template to have. I need a list of all of the findings, sorted first by critical, high, medium, low and then by count. For example:

Summary of Findings

Critical
104 - Name of Finding 1
49 - Name of Finding 2
32 - Name of Finding 3

High
14 - Name of Finding 4
11 - Name of Finding 5

Medium
392 - Name of Finding 6
201 - Name of Finding 7

Low
10 - Name of Finding 8
5 - Name of Finding 9

etc.

hammackj commented 13 years ago

I will add a template like this in the next release.

hammackj commented 13 years ago

Added to v1.3. Should be available then or pull from source

ebdavison commented 13 years ago

What did you call this one?

hammackj commented 13 years ago

findings_summary.rb in 1.3 branch