Class: Risu::Parsers::Nessus::PostProcess::SymantecEndpointPatchRollup

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

#initializeSymantecEndpointPatchRollup

Returns a new instance of SymantecEndpointPatchRollup.



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

def initialize
	@info =
	{
		:description => "Symantec Endpoint Patch Rollup",
		:plugin_id => -99953,
		:plugin_name => "Missing the latest Symantec Endpoint Patches",
		:item_name => "Update to the latest Symantec Endpoint",
		:plugin_ids => [
			91895,
			71993,
			90199,
			59366,
			71994,
			72542,
			85256,
104459, #Symantec Endpoint Protection Client 12.1.x < 12.1 RU6 MP9 / 14.0.x < 14.0 RU1 Multiple Vulnerabilities (SYM17-011)

		]
	}
end