class Risu::Parsers::Nessus::PostProcess::SymantecPcAnywhereRollups

Public Class Methods

new() click to toggle source
# File lib/risu/parsers/nessus/postprocess/symantec_pcanywhere.rb, line 29
                        def initialize
                                @info =
                                {
                                        :description => "Symantec pcAnywhere Patch Rollup",
                                        :plugin_id => -99971,
                                        :plugin_name => "Missing the latest Symantec pcAnywhere Patches",
                                        :item_name => "Update to the latest Symantec pcAnywhere",
                                        :plugin_ids => [
20743,
57796,
58119,
35976,
58204,


                                        ]
                                }
                        end