Class: Dawn::Kb::CVE_2013_1655_a
- Inherits:
-
Object
- Object
- Dawn::Kb::CVE_2013_1655_a
- Includes:
- DependencyCheck
- Defined in:
- lib/dawn/kb/cve_2013_1655.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_2013_1655_a
constructor
A new instance of CVE_2013_1655_a.
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_2013_1655_a
Returns a new instance of CVE_2013_1655_a.
8 9 10 11 12 13 14 15 16 17 |
# File 'lib/dawn/kb/cve_2013_1655.rb', line 8 def initialize = "CVE-2013-1655: puppet versions 2.7.21 and 3.1.1 are vulnerable" super({ :name=>"CVE-2013-1655_a", :kind=>Dawn::KnowledgeBase::DEPENDENCY_CHECK, }) self.safe_dependencies = [{:name=>"puppet", :version=>['2.7.21', '3.1.1']}] end |