class Dawn::Kb::CVE_2010_2489_b

Public Class Methods

new() click to toggle source
Calls superclass method Dawn::Kb::OperatingSystemCheck::new
# File lib/dawn/kb/cve_2010_2489.rb, line 23
def initialize
  message =  "CVE_2010_2489_a: Only on Windows"
  super({
    :name=>"CVE_2010_2489_ab",
    :kind=>Dawn::KnowledgeBase::OS_CHECK,
  })

  self.safe_os = [
    {:family=>"windows", :vendor=>"microsoft", :version=>['none']}
  ]

end