Class: Risu::Parsers::Nessus::PostProcess::LibreOfficePatchRollup

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

#initializeLibreOfficePatchRollup

Returns a new instance of LibreOfficePatchRollup.



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

def initialize
	@info =
	{
		:description => "LibreOffice Patch Rollup",
		:plugin_id => -99962,
		:plugin_name => "Missing the latest LibreOffice Patches",
		:item_name => "Update to the latest LibreOffice",
		:plugin_ids => [
			80078,
			86900,
			88983,
			86901,
			80832,
			73336,
			91974,
			97496


		]
	}
end