Class: Risu::Parsers::Nessus::PostProcess::CiscoTelepresenceRollup
- Inherits:
-
Base::PostProcessBase
- Object
- Base::PostProcessBase
- Risu::Parsers::Nessus::PostProcess::CiscoTelepresenceRollup
- Defined in:
- lib/risu/parsers/nessus/postprocess/cisco_telepresence.rb
Instance Attribute Summary
Attributes inherited from Base::PostProcessBase
Instance Method Summary collapse
-
#initialize ⇒ CiscoTelepresenceRollup
constructor
A new instance of CiscoTelepresenceRollup.
Methods inherited from Base::PostProcessBase
#<=>, #==, #calculate_severity, #create_item, #create_plugin, #has_findings, #has_host_findings, inherited, #run
Constructor Details
#initialize ⇒ CiscoTelepresenceRollup
Returns a new instance of CiscoTelepresenceRollup.
29 30 31 32 33 34 35 36 37 38 39 40 |
# 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 |