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