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