class Risu::Parsers::Nessus::PostProcess::PuTTYRollup

Public Class Methods

new() click to toggle source
# File lib/risu/parsers/nessus/postprocess/putty.rb, line 29
        def initialize
                @info =
                {
                        :description => "PuTTY Patch Rollup",
                        :plugin_id => -99938,
                        :plugin_name => "Missing the latest PuTTY",
                        :item_name => "Update to the latest PuTTY",
                        :plugin_ids => [
123418, #PuTTY < 0.71 Multiple Vulnerabilities
                        ]
                }
        end