class Dawn::Kb::CVE_2011_0188_a

Automatically created with rake on 2014-01-08

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/dawn/kb/cve_2011_0188.rb, line 8
def initialize

  message =  "CVE_2011_0188_a: ruby 1.9.2-p136 and earlier has problems"

  super({
    :name=>"CVE-2011-0995_a",
    :kind=>Dawn::KnowledgeBase::RUBY_VERSION_CHECK,
  })

  self.safe_rubies = [
    {:engine=>"ruby", :version=>"1.9.2", :patchlevel=>"p137"}, 
    {:engine=>"ruby", :version=>"1.9.1", :patchlevel=>"p999"}, 
    {:engine=>"ruby", :version=>"1.9.0", :patchlevel=>"p999"} 
  ]
end