Class: Risu::Parsers::Nessus::PostProcess::VMwarePlayer
- Inherits:
-
Base::PostProcessBase
- Object
- Base::PostProcessBase
- Risu::Parsers::Nessus::PostProcess::VMwarePlayer
- Defined in:
- lib/risu/parsers/nessus/postprocess/vmware_player.rb
Instance Attribute Summary
Attributes inherited from Base::PostProcessBase
Instance Method Summary collapse
-
#initialize ⇒ VMwarePlayer
constructor
A new instance of VMwarePlayer.
Methods inherited from Base::PostProcessBase
#<=>, #==, #calculate_severity, #create_item, #create_plugin, #has_findings, #has_host_findings, inherited, #run
Constructor Details
#initialize ⇒ VMwarePlayer
Returns a new instance of VMwarePlayer.
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/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 |