Class: Aws::SecurityHub::Types::Cvss
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::Cvss
- Defined in:
- gems/aws-sdk-securityhub/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.
23894 23895 23896 23897 23898 23899 23900 23901 23902 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23894 class Cvss < Struct.new( :version, :base_score, :base_vector, :source, :adjustments) SENSITIVE = [] include Aws::Structure end |
#base_score ⇒ Float
The base CVSS score.
23894 23895 23896 23897 23898 23899 23900 23901 23902 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23894 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.
23894 23895 23896 23897 23898 23899 23900 23901 23902 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23894 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.
23894 23895 23896 23897 23898 23899 23900 23901 23902 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23894 class Cvss < Struct.new( :version, :base_score, :base_vector, :source, :adjustments) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of CVSS for the CVSS score.
23894 23895 23896 23897 23898 23899 23900 23901 23902 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23894 class Cvss < Struct.new( :version, :base_score, :base_vector, :source, :adjustments) SENSITIVE = [] include Aws::Structure end |