class Risu::Parsers::Nessus::PostProcess::SkypePatchRollup

Public Class Methods

new() click to toggle source
# File lib/risu/parsers/nessus/postprocess/skype.rb, line 29
def initialize
        @info =
        {
                :description => "Skype Patch Rollup",
                :plugin_id => -99955,
                :plugin_name => "Missing the latest Skype Patches",
                :item_name => "Update to the latest Skype",
                :plugin_ids => [
                        66695,
                        101084

                ]
        }
end