Class: Risu::Parsers::Nessus::PostProcess::AbobeCreativeCloudDesktopRollup

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

#initializeAbobeCreativeCloudDesktopRollup

Returns a new instance of AbobeCreativeCloudDesktopRollup.



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

def initialize
	@info =
	{
		:description => "Adobe Creative Cloud Desktop Patch Rollup",
		:plugin_id => -99948,
		:plugin_name => "Missing the latest Adobe Creative Cloud Desktop Patches",
		:item_name => "Update to the latest Adobe Creative Cloud Desktop",
		:plugin_ids => [
			99366, #Adobe Creative Cloud Desktop < 4.0.0.185 Multiple Vulnerabilities (APSB17-13)
			91386, #Adobe Creative Cloud <= 3.5.1.209 Arbitrary File Read/Write Vulnerability
94055, #Adobe Creative Cloud Desktop < 3.8.0.310 Unquoted Search Path Local Privilege Escalation (APSB16-34)

		]
	}
end