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

Improve "roll up" plugin generation. #101

Closed abenson closed 7 years ago

abenson commented 7 years ago

Instead of picking the latest plugin for values, create a new plugin with the most accurate values for each of the fields.

In the current model, if a newer plugin is of lower category, the rollup will be the lower category even if rolling up a higher category. In this new proposed model, the highest category of the plugins will be chose. Likewise for other modules.