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

Update the Reference to CVSS 3.0 #110

Closed AEdwardT closed 1 month ago

AEdwardT commented 1 month ago

Hi, as the current output of risu is referencing CVSS 2.0 tag on nessus. I would like to update the script to let risu reference to the cvss3_base_score inside the nessus. May I know which file should I update? Have tried update "plugin.rb" and "nessus_sax_listener.rb" but no luck.