class Risu::Parsers::Nessus::PostProcess::RealPlayerPatchRollup

Public Class Methods

new() click to toggle source
# File lib/risu/parsers/nessus/postprocess/real_player.rb, line 29
def initialize
        @info =
        {
                :description => "RealPlayer Patch Rollup",
                :plugin_id => -99957,
                :plugin_name => "Missing the latest RealPlayer Patches",
                :item_name => "Update to the latest RealPlayer",
                :plugin_ids => [
                        57863,
                        59173,
                        62065,
                        63289,
                        65630,
                        69472,
                        71772,
                        76458,

                ]
        }
end