Class: Risu::Parsers::Nessus::PostProcess::HPSystemMgtHomePage
- Inherits:
-
Base::PostProcessBase
- Object
- Base::PostProcessBase
- Risu::Parsers::Nessus::PostProcess::HPSystemMgtHomePage
- Defined in:
- lib/risu/parsers/nessus/postprocess/hp_system_mgt_homepage.rb
Instance Attribute Summary
Attributes inherited from Base::PostProcessBase
Instance Method Summary collapse
-
#initialize ⇒ HPSystemMgtHomePage
constructor
A new instance of HPSystemMgtHomePage.
Methods inherited from Base::PostProcessBase
#<=>, #==, #calculate_severity, #create_item, #create_plugin, #has_findings, #has_host_findings, inherited, #run
Constructor Details
#initialize ⇒ HPSystemMgtHomePage
Returns a new instance of HPSystemMgtHomePage.
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 |
# File 'lib/risu/parsers/nessus/postprocess/hp_system_mgt_homepage.rb', line 29 def initialize @info = { :description => "HP System Management Homepage Patch Rollup", :plugin_id => -99985, :plugin_name => "Missing the latest HP System Management Homepage Patches", :item_name => "Update to the latest HP System Management Homepage", :plugin_ids => [ 53532, 58811, 59851, 66541, 69020, 70118, 76345, 49272, 72959, 46015, 46677, 78090, 33548, 34694, 38832, 85181, 84923, 73639, 90150, 90251, 91222, 94654, 103530, #HP System Management Homepage < 7.6.1 Multiple Vulnerabilities (HPSBMU03753) ] } end |