Class: Risu::Parsers::Nessus::PostProcess::CABrightstorArcServe

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

#initializeCABrightstorArcServe

Returns a new instance of CABrightstorArcServe.



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

def initialize
	@info =
	{
		:description => "CA BrightStor ARCserve Backup Patch Rollup",
		:plugin_id => -99982,
		:plugin_name => "Missing the latest CA BrightStor ARCserve Backup Patches",
		:item_name => "Update to the latest CA BrightStor ARCserve Backup",
		:plugin_ids => [
			24015, #CA BrightStor ARCserve Backup Multiple Vulnerabilities (QO84983)
			24816, #CA BrightStor ARCserve Backup Tape Engine and Portmapper Multiple Vulnerabilities (QO86255)
			25086, #CA BrightStor ARCserve Backup Multiple Vulnerabilities (QO87569)
			26970, #CA BrightStor ARCserve Backup Multiple Remote Vulnerabilities (QO91094)
			32398, #CA BrightStor ARCserve Backup Multiple Vulnerabilities (QO92996)
			34393, #CA BrightStor ARCserve Backup RPC Interface (asdbapi.dll) Traversal Arbitrary Command Execution
			22510, #CA BrightStor ARCserve Backup for Windows Multiple Remote Buffer Overflows (QO81201)
			23841, #CA BrightStor ARCserve Backup Discovery Service Overflow
		]
	}
end