Class: Risu::Parsers::Nessus::PostProcess::DB2
- Inherits:
-
Base::PostProcessBase
- Object
- Base::PostProcessBase
- Risu::Parsers::Nessus::PostProcess::DB2
- Defined in:
- lib/risu/parsers/nessus/postprocess/db2.rb
Instance Attribute Summary
Attributes inherited from Base::PostProcessBase
Instance Method Summary collapse
-
#initialize ⇒ DB2
constructor
A new instance of DB2.
Methods inherited from Base::PostProcessBase
#<=>, #==, #calculate_severity, #create_item, #create_plugin, #has_findings, #has_host_findings, inherited, #run
Constructor Details
#initialize ⇒ DB2
Returns a new instance of DB2.
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
# File 'lib/risu/parsers/nessus/postprocess/db2.rb', line 29 def initialize @info = { :description => "DB2 Patch Rollup", :plugin_id => -99980, :plugin_name => "Missing the latest DB2 Patches", :item_name => "Update to the latest DB2", :plugin_ids => [ 62701, #IBM DB2 9.7 < Fix Pack 7 Multiple Vulnerabilities 71519, #IBM DB2 9.7 < Fix Pack 9 Multiple Vulnerabilities 76114, #IBM DB2 9.7 < Fix Pack 9a Multiple Vulnerabilities 76116, #IBM DB2 Stored Procedure Infrastructure Privilege Escalation Vulnerability 84828, #IBM DB2 9.7 < Fix Pack 11 Multiple Vulnerabilities (Bar Mitzvah) (FREAK) (TLS POODLE) ] } end |