Class: Aws::SecurityHub::Types::Cvss
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::Cvss
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
CVSS scores from the advisory related to the vulnerability.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#adjustments ⇒ Array<Types::Adjustment>
Adjustments to the CVSS metrics.
-
#base_score ⇒ Float
The base CVSS score.
-
#base_vector ⇒ String
The base scoring vector for the CVSS score.
-
#source ⇒ String
The origin of the original CVSS score and vector.
-
#version ⇒ String
The version of CVSS for the CVSS score.
Instance Attribute Details
#adjustments ⇒ Array<Types::Adjustment>
Adjustments to the CVSS metrics.
23890 23891 23892 23893 23894 23895 23896 23897 23898 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23890 class Cvss < Struct.new( :version, :base_score, :base_vector, :source, :adjustments) SENSITIVE = [] include Aws::Structure end |
#base_score ⇒ Float
The base CVSS score.
23890 23891 23892 23893 23894 23895 23896 23897 23898 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23890 class Cvss < Struct.new( :version, :base_score, :base_vector, :source, :adjustments) SENSITIVE = [] include Aws::Structure end |
#base_vector ⇒ String
The base scoring vector for the CVSS score.
23890 23891 23892 23893 23894 23895 23896 23897 23898 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23890 class Cvss < Struct.new( :version, :base_score, :base_vector, :source, :adjustments) SENSITIVE = [] include Aws::Structure end |
#source ⇒ String
The origin of the original CVSS score and vector.
23890 23891 23892 23893 23894 23895 23896 23897 23898 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23890 class Cvss < Struct.new( :version, :base_score, :base_vector, :source, :adjustments) SENSITIVE = [] include Aws::Structure end |