Class: Risu::Parsers::Nessus::PostProcess::ApacheTomcatRollups
- Inherits:
-
Base::PostProcessBase
- Object
- Base::PostProcessBase
- Risu::Parsers::Nessus::PostProcess::ApacheTomcatRollups
- Defined in:
- lib/risu/parsers/nessus/postprocess/apache_tomcat.rb
Instance Attribute Summary
Attributes inherited from Base::PostProcessBase
Instance Method Summary collapse
-
#initialize ⇒ ApacheTomcatRollups
constructor
A new instance of ApacheTomcatRollups.
Methods inherited from Base::PostProcessBase
#<=>, #==, #calculate_severity, #create_item, #create_plugin, #has_findings, #has_host_findings, inherited, #run
Constructor Details
#initialize ⇒ ApacheTomcatRollups
Returns a new instance of ApacheTomcatRollups.
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
# File 'lib/risu/parsers/nessus/postprocess/apache_tomcat.rb', line 29 def initialize @info = { :description => "Apache Tomcat Patch Rollup", :plugin_id => -99966, :plugin_name => "Missing the latest Apache Tomcat Patches", :item_name => "Update to the latest Apache Tomcat", :plugin_ids => [ 81649, #Apache Tomcat 6.0.x < 6.0.43 Multiple Vulnerabilities (POODLE) 12085, #Apache Tomcat Servlet / JSP Container Default Files 35806, #Tomcat Sample App cal2.jsp 'time' Parameter XSS 81650, #Apache Tomcat 7.0.x < 7.0.57 Multiple Vulnerabilities (POODLE) 83526, #Apache Tomcat 7.0.x < 7.0.60 Multiple Vulnerabilities (FREAK) 70414, #Apache Tomcat / JBoss EJBInvokerServlet / JMXInvokerServlet Multiple Vulnerabilities ] } end |