class Risu::Parsers::Nessus::PostProcess::LibreOfficePatchRollup

Public Class Methods

new() click to toggle source
# File lib/risu/parsers/nessus/postprocess/libreoffice.rb, line 29
def initialize
        @info =
        {
                :description => "LibreOffice Patch Rollup",
                :plugin_id => -99962,
                :plugin_name => "Missing the latest LibreOffice Patches",
                :item_name => "Update to the latest LibreOffice",
                :plugin_ids => [
                        80078,
                        86900,
                        88983,
                        86901,
                        80832,
                        73336,
                        91974,
                        97496


                ]
        }
end