Class: Risu::Parsers::Nessus::PostProcess::RealPlayerPatchRollup
- Inherits:
-
Base::PostProcessBase
- Object
- Base::PostProcessBase
- Risu::Parsers::Nessus::PostProcess::RealPlayerPatchRollup
- Defined in:
- lib/risu/parsers/nessus/postprocess/real_player.rb
Instance Attribute Summary
Attributes inherited from Base::PostProcessBase
Instance Method Summary collapse
-
#initialize ⇒ RealPlayerPatchRollup
constructor
A new instance of RealPlayerPatchRollup.
Methods inherited from Base::PostProcessBase
#<=>, #==, #calculate_severity, #create_item, #create_plugin, #has_findings, #has_host_findings, inherited, #run
Constructor Details
#initialize ⇒ RealPlayerPatchRollup
Returns a new instance of RealPlayerPatchRollup.
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/real_player.rb', line 29 def initialize @info = { :description => "RealPlayer Patch Rollup", :plugin_id => -99957, :plugin_name => "Missing the latest RealPlayer Patches", :item_name => "Update to the latest RealPlayer", :plugin_ids => [ 57863, 59173, 62065, 63289, 65630, 69472, 71772, 76458, ] } end |