You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Cvss as input to an Aws::Client method, you can use a vanilla Hash:

{
  version: "NonEmptyString",
  base_score: 1.0,
  base_vector: "NonEmptyString",
}

CVSS scores from the advisory related to the vulnerability.

Instance Attribute Summary collapse

Instance Attribute Details

#base_scoreFloat

The base CVSS score.

Returns:

  • (Float)

    The base CVSS score.

#base_vectorString

The base scoring vector for the CVSS score.

Returns:

  • (String)

    The base scoring vector for the CVSS score.

#versionString

The version of CVSS for the CVSS score.

Returns:

  • (String)

    The version of CVSS for the CVSS score.