Class: Risu::Parsers::Nessus::PostProcess::SymantecPcAnywhereRollups
- Inherits:
-
Base::PostProcessBase
- Object
- Base::PostProcessBase
- Risu::Parsers::Nessus::PostProcess::SymantecPcAnywhereRollups
- Defined in:
- lib/risu/parsers/nessus/postprocess/symantec_pcanywhere.rb
Instance Attribute Summary
Attributes inherited from Base::PostProcessBase
Instance Method Summary collapse
-
#initialize ⇒ SymantecPcAnywhereRollups
constructor
A new instance of SymantecPcAnywhereRollups.
Methods inherited from Base::PostProcessBase
#<=>, #==, #calculate_severity, #create_item, #create_plugin, #has_findings, #has_host_findings, inherited, #run
Constructor Details
#initialize ⇒ SymantecPcAnywhereRollups
Returns a new instance of SymantecPcAnywhereRollups.
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
# File 'lib/risu/parsers/nessus/postprocess/symantec_pcanywhere.rb', line 29 def initialize @info = { :description => "Symantec pcAnywhere Patch Rollup", :plugin_id => -99971, :plugin_name => "Missing the latest Symantec pcAnywhere Patches", :item_name => "Update to the latest Symantec pcAnywhere", :plugin_ids => [ 20743, 57796, 58119, 35976, 58204, ] } end |