Class: Risu::Parsers::Nessus::PostProcess::MongoDBRollup
- Inherits:
-
Base::PostProcessBase
- Object
- Base::PostProcessBase
- Risu::Parsers::Nessus::PostProcess::MongoDBRollup
- Defined in:
- lib/risu/parsers/nessus/postprocess/mongo_db.rb
Instance Attribute Summary
Attributes inherited from Base::PostProcessBase
Instance Method Summary collapse
-
#initialize ⇒ MongoDBRollup
constructor
A new instance of MongoDBRollup.
Methods inherited from Base::PostProcessBase
#<=>, #==, #calculate_severity, #create_item, #create_plugin, #has_findings, #has_host_findings, inherited, #run
Constructor Details
#initialize ⇒ MongoDBRollup
Returns a new instance of MongoDBRollup.
29 30 31 32 33 34 35 36 37 38 39 40 41 |
# File 'lib/risu/parsers/nessus/postprocess/mongo_db.rb', line 29 def initialize @info = { :description => "MongoDB Patch Rollup", :plugin_id => -99943, :plugin_name => "Missing the latest MongoDB", :item_name => "Update to the latest MongoDB", :plugin_ids => [ 122243, #MongoDB 2.6.x < 2.6.9, 3.0.x < 3.0.14, 3.2.x < 3.2.8 mongod ] } end |