Class: Risu::Parsers::Nessus::PostProcess::SkypePatchRollup

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

#initializeSkypePatchRollup

Returns a new instance of SkypePatchRollup.



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

def initialize
	@info =
	{
		:description => "Skype Patch Rollup",
		:plugin_id => -99955,
		:plugin_name => "Missing the latest Skype Patches",
		:item_name => "Update to the latest Skype",
		:plugin_ids => [
			66695,
			101084

		]
	}
end