class Risu::Parsers::Nessus::PostProcess::IntelMgtServerPatchRollup
Public Class Methods
new()
click to toggle source
# 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