Class: Risu::Parsers::Nessus::PostProcess::IntelMgtServerPatchRollup
- Inherits:
-
Base::PostProcessBase
- Object
- Base::PostProcessBase
- Risu::Parsers::Nessus::PostProcess::IntelMgtServerPatchRollup
- Defined in:
- lib/risu/parsers/nessus/postprocess/intel_mgt_engine.rb
Instance Attribute Summary
Attributes inherited from Base::PostProcessBase
Instance Method Summary collapse
-
#initialize ⇒ IntelMgtServerPatchRollup
constructor
A new instance of IntelMgtServerPatchRollup.
Methods inherited from Base::PostProcessBase
#<=>, #==, #calculate_severity, #create_item, #create_plugin, #has_findings, #has_host_findings, inherited, #run
Constructor Details
#initialize ⇒ IntelMgtServerPatchRollup
Returns a new instance of IntelMgtServerPatchRollup.
29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
# File 'lib/risu/parsers/nessus/postprocess/intel_mgt_engine.rb', line 29 def initialize @info = { :description => "Intel Management Engine Patch Rollup", :plugin_id => -99951, :plugin_name => "Missing the latest Intel Management Engine Patches", :item_name => "Update to the latest Intel Management Engine", :plugin_ids => [ 97998, #Intel Management Engine Insecure Read / Write Operations RCE (INTEL-SA-00075) 97999, #Intel Management Engine Authentication Bypass (INTEL-SA-00075) 97997, #Intel Management Engine Insecure Read / Write Operations RCE (INTEL-SA-00075) ] } end |