Class: Dawn::Kb::CVE_2014_2525_b
- Inherits:
-
Object
- Object
- Dawn::Kb::CVE_2014_2525_b
- Includes:
- DependencyCheck
- Defined in:
- lib/dawn/kb/cve_2014_2525.rb
Constant Summary
Constants included from BasicCheck
Instance Attribute Summary
Attributes included from DependencyCheck
#aux_mitigation_gem, #dependencies, #not_affected, #safe_dependencies, #save_major, #save_minor
Attributes included from BasicCheck
#applies, #aux_links, #check_family, #cve, #cvss, #cwe, #debug, #evidences, #fixes_version, #kind, #message, #mitigated, #name, #osvdb, #owasp, #priority, #release_date, #remediation, #ruby_version, #ruby_vulnerable_versions, #severity, #status, #target_version, #title
Instance Method Summary collapse
-
#initialize ⇒ CVE_2014_2525_b
constructor
A new instance of CVE_2014_2525_b.
Methods included from DependencyCheck
Methods included from BasicCheck
#applies_to?, #cve_link, #cvss_score, families, #family, #family=, #lint, #mitigated?, #nvd_link, #osvdb_link, #rubysec_advisories_link
Methods included from Utils
#__debug_me_and_return, #debug_me, #debug_me_and_return_false, #debug_me_and_return_true
Constructor Details
#initialize ⇒ CVE_2014_2525_b
Returns a new instance of CVE_2014_2525_b.
23 24 25 26 27 28 29 30 |
# File 'lib/dawn/kb/cve_2014_2525.rb', line 23 def initialize = "When non relying on system wide libyaml, psych gem must be > 2.0.5" super({ :name=>"CVE-2014-2525-b", :kind=>Dawn::KnowledgeBase::DEPENDENCY_CHECK, }) self.safe_dependencies = [{:name=>"psych", :version=>['2.0.5']}] end |