Class: Homebrew::Vulns::CPANSec::Advisory Private
- Defined in:
- vulns/cpan_sec.rb
This class is part of a private API. This class may only be used in the Homebrew/brew repository. Third parties should avoid using this class if possible, as it may be removed or changed without warning.
Instance Attribute Summary collapse
-
#affected_versions ⇒ Object
private
Returns the value of attribute affected_versions.
-
#cves ⇒ Object
private
Returns the value of attribute cves.
-
#description ⇒ Object
private
Returns the value of attribute description.
-
#fixed_versions ⇒ Object
private
Returns the value of attribute fixed_versions.
-
#id ⇒ Object
private
Returns the value of attribute id.
-
#references ⇒ Object
private
Returns the value of attribute references.
-
#reported ⇒ Object
private
Returns the value of attribute reported.
-
#severity ⇒ Object
private
Returns the value of attribute severity.
Instance Attribute Details
#affected_versions ⇒ Object
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
Returns the value of attribute affected_versions
26 27 28 |
# File 'vulns/cpan_sec.rb', line 26 def affected_versions @affected_versions end |
#cves ⇒ Object
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
Returns the value of attribute cves
26 27 28 |
# File 'vulns/cpan_sec.rb', line 26 def cves @cves end |
#description ⇒ Object
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
Returns the value of attribute description
26 27 28 |
# File 'vulns/cpan_sec.rb', line 26 def description @description end |
#fixed_versions ⇒ Object
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
Returns the value of attribute fixed_versions
26 27 28 |
# File 'vulns/cpan_sec.rb', line 26 def fixed_versions @fixed_versions end |
#id ⇒ Object
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
Returns the value of attribute id
26 27 28 |
# File 'vulns/cpan_sec.rb', line 26 def id @id end |
#references ⇒ Object
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
Returns the value of attribute references
26 27 28 |
# File 'vulns/cpan_sec.rb', line 26 def references @references end |
#reported ⇒ Object
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
Returns the value of attribute reported
26 27 28 |
# File 'vulns/cpan_sec.rb', line 26 def reported @reported end |
#severity ⇒ Object
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
Returns the value of attribute severity
26 27 28 |
# File 'vulns/cpan_sec.rb', line 26 def severity @severity end |