Class: Risu::Parsers::Nessus::PostProcess::MongoDBRollup

Inherits:
Base::PostProcessBase show all
Defined in:
lib/risu/parsers/nessus/postprocess/mongo_db.rb

Instance Attribute Summary

Attributes inherited from Base::PostProcessBase

#info

Instance Method Summary collapse

Methods inherited from Base::PostProcessBase

#<=>, #==, #calculate_severity, #create_item, #create_plugin, #has_findings, #has_host_findings, inherited, #run

Constructor Details

#initializeMongoDBRollup

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