class Risu::Parsers::Nessus::PostProcess::IrfanViewPatchRollup

Public Class Methods

new() click to toggle source
# File lib/risu/parsers/nessus/postprocess/irfanview.rb, line 29
def initialize
        @info =
        {
                :description => "IrfanView Patch Rollup",
                :plugin_id => -99958,
                :plugin_name => "Missing the latest IrfanView Patches",
                :item_name => "Update to the latest IrfanView",
                :plugin_ids => [
                        68888,
                        72395,
                ]
        }
end