Class: Risu::Parsers::Nessus::PostProcess::TimbuktuProPatchRollup
- Inherits:
-
Base::PostProcessBase
- Object
- Base::PostProcessBase
- Risu::Parsers::Nessus::PostProcess::TimbuktuProPatchRollup
- Defined in:
- lib/risu/parsers/nessus/postprocess/timbuktu.rb
Instance Attribute Summary
Attributes inherited from Base::PostProcessBase
Instance Method Summary collapse
-
#initialize ⇒ TimbuktuProPatchRollup
constructor
A new instance of TimbuktuProPatchRollup.
Methods inherited from Base::PostProcessBase
#<=>, #==, #calculate_severity, #create_item, #create_plugin, #has_findings, #has_host_findings, inherited, #run
Constructor Details
#initialize ⇒ TimbuktuProPatchRollup
Returns a new instance of TimbuktuProPatchRollup.
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
# File 'lib/risu/parsers/nessus/postprocess/timbuktu.rb', line 29 def initialize @info = { :description => "Timbuktu Pro Patch Rollup", :plugin_id => -99964, :plugin_name => "Missing the latest Timbuktu Pro Patches", :item_name => "Update to the latest Timbuktu Pro", :plugin_ids => [ 25954, 39563 ] } end |