class Risu::Parsers::Nessus::PostProcess::CiscoTelepresenceRollup

Public Class Methods

new() click to toggle source
# File lib/risu/parsers/nessus/postprocess/cisco_telepresence.rb, line 29
                                        def initialize
                                                @info =
                                                {
                                                        :description => "Cisco Telepresence Patch Rollup",
                                                        :plugin_id => -99941,
                                                        :plugin_name => "Missing the latest Cisco Telepresence",
                                                        :item_name => "Update to the latest Cisco Telepresence",
                                                        :plugin_ids => [
100838, #Cisco TelePresence Endpoint SIP INVITE Packet Flood DoS (cisco-sa-20170607-tele)
                                                        ]
                                                }
                                        end