class Dawn::Kb::CVE_2011_0995_b
Public Class Methods
new()
click to toggle source
Calls superclass method
Dawn::Kb::OperatingSystemCheck::new
# File lib/dawn/kb/cve_2011_0995.rb, line 23 def initialize message = "CVE-2011-0995: sqlite3 gem is vulnerable only in SuSE 11 sp1" super({ :name=>"CVE-2011-0995_b", :kind=>Dawn::KnowledgeBase::OS_CHECK, }) self.safe_os = [{:family=>"linux", :vendor=>"suse", :version=>['11sp2']}] end