class Dawn::Kb::CVE_2010_2489_a
Automatically created with rake on 2014-01-09
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/dawn/kb/cve_2010_2489.rb, line 7 def initialize message = "CVE_2010_2489_a: ruby 1.9.2-p429 has problems" super({ :name=>"CVE_2010_2489_a", :kind=>Dawn::KnowledgeBase::RUBY_VERSION_CHECK, }) self.safe_rubies = [ {:engine=>"ruby", :version=>"1.9.2", :patchlevel=>"p430"}, {:engine=>"ruby", :version=>"1.9.1", :patchlevel=>"p999"}, {:engine=>"ruby", :version=>"1.9.0", :patchlevel=>"p999"} ] end