class Risu::Parsers::Nessus::PostProcess::SigPlusPro

Public Class Methods

new() click to toggle source
# File lib/risu/parsers/nessus/postprocess/sigplus_pro.rb, line 29
def initialize
        @info =
        {
                :description => "SigPlus Pro Patch Rollups",
                :plugin_id => -99977,
                :plugin_name => "Missing the latest SigPlus Pro Patches",
                :item_name => "Update to the latest SigPlus Pro",
                :plugin_ids => [
                        51895,
                        51894,




                ]
        }
end