class Risu::Parsers::Nessus::PostProcess::OpenSSHRollups

Public Class Methods

new() click to toggle source
# File lib/risu/parsers/nessus/postprocess/openssh.rb, line 29
def initialize
        @info =
        {
                :description => "OpenSSH Patch Rollup",
                :plugin_id => -99995,
                :plugin_name => "Missing the latest OpenSSH Patches",
                :item_name => "Update to the latest OpenSSH",
                :plugin_ids => [
                        11837,
                        17702,
                        44077,
                        44078,
                        44065,
                        31737,
                        44074,
                        44076,
                        44079,
                        19592,
                        44075,
                        53841,
                        44080,
                        44077,
                        44078,
                        85382,
                        86122,
                        10883,
                        11031,
                        10771,
                        10823,
                        10954,
                        11712,
                        44072,
                        10802,





                ]
        }
end