Class: Risu::Parsers::Nessus::PostProcess::VLCRollups

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

#initializeVLCRollups

Returns a new instance of VLCRollups.



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

def initialize
	@info =
	{
		:description => "VLC Patch Rollup",
		:plugin_id => -99970,
		:plugin_name => "Missing the latest VLC Patches",
		:item_name => "Update to the latest VLC",
		:plugin_ids => [
			58416,
			60049,
			63381,
			66216,
			72279,
			69015,
			70560,
			78626,
			55608,
			63137,
			100592, #VLC Media Player < 2.2.5 Multiple Vulnerabilities - 100592
105294, #VLC Media Player < 2.2.7 Overflow Condition

		]
	}
end