class Risu::Parsers::Nessus::PostProcess::ServU

Public Class Methods

new() click to toggle source
# File lib/risu/parsers/nessus/postprocess/servu.rb, line 29
def initialize
        @info =
        {
                :description => "Serv-U Patch Rollup",
                :plugin_id => -99996,
                :plugin_name => "Missing the latest Serv-U Patches",
                :item_name => "Update to the latest Serv-U",
                :plugin_ids => [
                        36035,
                        41980,
                        48435,
                        69060,
                        71863,
                        72658,
                        76369,

                ]
        }
end