class Risu::Parsers::Nessus::PostProcess::VMwarePlayer
Public Class Methods
new()
click to toggle source
# File lib/risu/parsers/nessus/postprocess/vmware_player.rb, line 29 def initialize @info = { :description => "VMware Player Patch Rollup", :plugin_id => -99976, :plugin_name => "Missing the latest VMware Player Patches", :item_name => "Update to the latest VMware Player", :plugin_ids => [ 71231, 76454, 73672, 74265, 84219, 84805, 81185, ] } end