class Risu::Parsers::Nessus::PostProcess::TenableNessusRollup
Public Class Methods
new()
click to toggle source
# 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