Class: Aws::SecurityHub::Types::Cvss

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#adjustments ⇒ Array<Types::Adjustment>

Adjustments to the CVSS metrics.

Returns:



24191
24192
24193
24194
24195
24196
24197
24198
24199
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24191

class Cvss < Struct.new(
  :version,
  :base_score,
  :base_vector,
  :source,
  :adjustments)
  SENSITIVE = []
  include Aws::Structure
end

#base_score ⇒ Float

The base CVSS score.

Returns:

  • (Float)


24191
24192
24193
24194
24195
24196
24197
24198
24199
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24191

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.

Returns:

  • (String)


24191
24192
24193
24194
24195
24196
24197
24198
24199
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24191

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.

Returns:

  • (String)


24191
24192
24193
24194
24195
24196
24197
24198
24199
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24191

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.

Returns:

  • (String)


24191
24192
24193
24194
24195
24196
24197
24198
24199
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24191

class Cvss < Struct.new(
  :version,
  :base_score,
  :base_vector,
  :source,
  :adjustments)
  SENSITIVE = []
  include Aws::Structure
end