Class: Risu::Parsers::Nessus::PostProcess::VmwareVsphereClientRollups

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

#initializeVmwareVsphereClientRollups

Returns a new instance of VmwareVsphereClientRollups.



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

def initialize
	@info =
	{
		:description => "VMware vSphere Client Patch Rollup",
		:plugin_id => -99967,
		:plugin_name => "Missing the latest VMware vSphere Client Patches",
		:item_name => "Update to the latest VMware vSphere Client",
		:plugin_ids => [
           				64559,
           				73595,
           				51057,
			76355,
			87675,
			95657, #VMware vSphere Client XXE Injection Information Disclosure (VMSA-2016-0022)

		]
	}
end