Class: Risu::Parsers::Nessus::PostProcess::ILoRollup

Inherits:
Base::PostProcessBase show all
Defined in:
lib/risu/parsers/nessus/postprocess/iLo.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

#initializeILoRollup

Returns a new instance of ILoRollup.



29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# File 'lib/risu/parsers/nessus/postprocess/iLo.rb', line 29

def initialize
	@info =
	{
		:description => "iLO Patch Rollup",
		:plugin_id => -99942,
		:plugin_name => "Missing the latest iLO",
		:item_name => "Update to the latest iLO",
		:plugin_ids => [
122032, #iLO 4 < 2.60 / iLO 5 < 1.30 Multiple Vulnerabilities
125342, #iLO 4 < 2.70 / iLO 5 < 1.40a Multiple Vulnerabilities
122095, #iLO 4 < 2.53 Remote Code Execution Vulnerability
122187, #iLO 3 < 1.88 / iLO 4 < 2.44 XSS Vulnerability
122191, #iLO 3 < 1.85 / iLO 4 < 2.22 Denial of Service Vulnerability
102803, #HP iLO 4 <= 2.52 RCE
		]
	}
end