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