Sha256: b115423624e47b0a1cdc3ff2fe5357a1f2fd1eac900bf1b45d7d7e63376e096d
Contents?: true
Size: 984 Bytes
Versions: 19
Compression:
Stored size: 984 Bytes
Contents
module Dawn module Kb # Automatically created with rake on 2014-02-05 class CVE_2014_1233 include DependencyCheck def initialize message = "The paratrooper-pingdom gem 1.0.0 for Ruby allows local users to obtain the App-Key, username, and password values by listing the curl process." super({ :name=>"CVE-2014-1233", :cvss=>"AV:L/AC:L/Au:N/C:P/I:N/A:N", :release_date => Date.new(2014, 01, 10), :cwe=>"200", :owasp=>"A9", :applies=>["rails", "sinatra", "padrino"], :kind=>Dawn::KnowledgeBase::DEPENDENCY_CHECK, :message=>message, :mitigation=>"Please upgrade paratrooper-pingdom version up to version 1.0.0.", :aux_links=>["http://www.vapid.dhs.org/advisories/paratrooper-api-key-pingdom.html"] }) self.safe_dependencies = [{:name=>"paratrooper-pingdom", :version=>['1.0.1']}] end end end end
Version data entries
19 entries across 19 versions & 1 rubygems