class Risu::Parsers::Nessus::PostProcess::SymantecEndpointPatchRollup

Public Class Methods

new() click to toggle source
# File lib/risu/parsers/nessus/postprocess/symantec_endpoint.rb, line 29
                                        def initialize
                                                @info =
                                                {
                                                        :description => "Symantec Endpoint Patch Rollup",
                                                        :plugin_id => -99953,
                                                        :plugin_name => "Missing the latest Symantec Endpoint Patches",
                                                        :item_name => "Update to the latest Symantec Endpoint",
                                                        :plugin_ids => [
                                                                91895,
                                                                71993,
                                                                90199,
                                                                59366,
                                                                71994,
                                                                72542,
                                                                85256,
104459, #Symantec Endpoint Protection Client 12.1.x < 12.1 RU6 MP9 / 14.0.x < 14.0 RU1 Multiple Vulnerabilities (SYM17-011)

                                                        ]
                                                }
                                        end