NessusDB v1.2 Released
NessusDB is Nessus XMLv2 parser, which pushes reports into an ActiveRecord database, easing report generation.
Requirements
- ruby (Tested with 1.8.7)
- rubygems (Install it from source!, it is included with ruby 1.9.1+)
- libxml
- choice
- rails
- yaml
- logger
- rmagick
- gruff
- prawn
- mysql
Changelog
This release has changed all of the API to use the ActiveRecord3 interfaces. This is a very important change moving forward with the tool. Below is a complete list of the changes from v1.2.
Preformed tons code clean upFixed a ton of typosRemoved the Findings class, please use the named scopes on each ActiveRecord object nowAll queries are now using ActiveRecord 3Use named scope off each Model to access dataPorted all the templates to use the new ActiveRecord3 styleSolved some missing dependency issues that are now accounted for!
Save Post as PDF
