Class: Risu::Parsers::Nessus::PostProcess::TenableNessusRollup

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

#initializeTenableNessusRollup

Returns a new instance of TenableNessusRollup.



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

def initialize
	@info =
	{
		:description => "Tenable Nessus Patch Rollup",
		:plugin_id => -99945,
		:plugin_name => "Missing the latest Tenable Nessus",
		:item_name => "Update to the latest Tenable Nessus",
		:plugin_ids => [
123462, #Tenable Nessus < 8.3.0 Multiple Vulnerabilities (TNS-2019-02)
121620, #Tenable Nessus < 8.2.2 Stored XSS Vulnerability (TNS-2019-01)

		]
	}
end