Class: Risu::Parsers::Nessus::PostProcess::AdobeColdfusionPatchRollup
- Inherits:
-
Base::PostProcessBase
- Object
- Base::PostProcessBase
- Risu::Parsers::Nessus::PostProcess::AdobeColdfusionPatchRollup
- Defined in:
- lib/risu/parsers/nessus/postprocess/adobe_coldfusion.rb
Instance Attribute Summary
Attributes inherited from Base::PostProcessBase
Instance Method Summary collapse
-
#initialize ⇒ AdobeColdfusionPatchRollup
constructor
A new instance of AdobeColdfusionPatchRollup.
Methods inherited from Base::PostProcessBase
#<=>, #==, #calculate_severity, #create_item, #create_plugin, #has_findings, #has_host_findings, inherited, #run
Constructor Details
#initialize ⇒ AdobeColdfusionPatchRollup
Returns a new instance of AdobeColdfusionPatchRollup.
29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
# File 'lib/risu/parsers/nessus/postprocess/adobe_coldfusion.rb', line 29 def initialize @info = { :description => "Adobe Coldfusion Patch Rollup", :plugin_id => -99950, :plugin_name => "Missing the latest Adobe Coldfusion Patches", :item_name => "Update to the latest Adobe Coldfusion", :plugin_ids => [ 64689, #Adobe ColdFusion Authentication Bypass (APSB13-03) 72091, #Adobe ColdFusion Unsupported Version Detection 99731, #Adobe ColdFusion BlazeDS Java Object Deserialization RCE ] } end |