Class: Google::Cloud::SecurityCenter::V2::Vulnerability
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V2::Vulnerability
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v2/vulnerability.rb
Overview
Refers to common vulnerability fields e.g. cve, cvss, cwe etc.
Instance Attribute Summary collapse
-
#cve ⇒ ::Google::Cloud::SecurityCenter::V2::Cve
CVE stands for Common Vulnerabilities and Exposures (https://cve.mitre.org/about/).
-
#cwes ⇒ ::Array<::Google::Cloud::SecurityCenter::V2::Cwe>
Represents one or more Common Weakness Enumeration (CWE) information on this vulnerability.
-
#fixed_package ⇒ ::Google::Cloud::SecurityCenter::V2::Package
The fixed package is relevant to the finding.
-
#offending_package ⇒ ::Google::Cloud::SecurityCenter::V2::Package
The offending package is relevant to the finding.
-
#provider_risk_score ⇒ ::Integer
Provider provided risk_score based on multiple factors.
-
#reachable ⇒ ::Boolean
Represents whether the vulnerability is reachable (detected via static analysis).
-
#security_bulletin ⇒ ::Google::Cloud::SecurityCenter::V2::SecurityBulletin
The security bulletin is relevant to this finding.
Instance Attribute Details
#cve ⇒ ::Google::Cloud::SecurityCenter::V2::Cve
Returns CVE stands for Common Vulnerabilities and Exposures (https://cve.mitre.org/about/).
50 51 52 53 |
# File 'proto_docs/google/cloud/securitycenter/v2/vulnerability.rb', line 50 class Vulnerability include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#cwes ⇒ ::Array<::Google::Cloud::SecurityCenter::V2::Cwe>
Returns Represents one or more Common Weakness Enumeration (CWE) information on this vulnerability.
50 51 52 53 |
# File 'proto_docs/google/cloud/securitycenter/v2/vulnerability.rb', line 50 class Vulnerability include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#fixed_package ⇒ ::Google::Cloud::SecurityCenter::V2::Package
Returns The fixed package is relevant to the finding.
50 51 52 53 |
# File 'proto_docs/google/cloud/securitycenter/v2/vulnerability.rb', line 50 class Vulnerability include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#offending_package ⇒ ::Google::Cloud::SecurityCenter::V2::Package
Returns The offending package is relevant to the finding.
50 51 52 53 |
# File 'proto_docs/google/cloud/securitycenter/v2/vulnerability.rb', line 50 class Vulnerability include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#provider_risk_score ⇒ ::Integer
Returns Provider provided risk_score based on multiple factors. The higher the risk score, the more risky the vulnerability is.
50 51 52 53 |
# File 'proto_docs/google/cloud/securitycenter/v2/vulnerability.rb', line 50 class Vulnerability include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reachable ⇒ ::Boolean
Returns Represents whether the vulnerability is reachable (detected via static analysis).
50 51 52 53 |
# File 'proto_docs/google/cloud/securitycenter/v2/vulnerability.rb', line 50 class Vulnerability include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#security_bulletin ⇒ ::Google::Cloud::SecurityCenter::V2::SecurityBulletin
Returns The security bulletin is relevant to this finding.
50 51 52 53 |
# File 'proto_docs/google/cloud/securitycenter/v2/vulnerability.rb', line 50 class Vulnerability include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |