class Aws::SecurityHub::Types::Cvss

CVSS scores from the advisory related to the vulnerability.

@note When making an API call, you may pass Cvss

data as a hash:

    {
      version: "NonEmptyString",
      base_score: 1.0,
      base_vector: "NonEmptyString",
      source: "NonEmptyString",
      adjustments: [
        {
          metric: "NonEmptyString",
          reason: "NonEmptyString",
        },
      ],
    }

@!attribute [rw] version

The version of CVSS for the CVSS score.
@return [String]

@!attribute [rw] base_score

The base CVSS score.
@return [Float]

@!attribute [rw] base_vector

The base scoring vector for the CVSS score.
@return [String]

@!attribute [rw] source

The origin of the original CVSS score and vector.
@return [String]

@!attribute [rw] adjustments

Adjustments to the CVSS metrics.
@return [Array<Types::Adjustment>]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/Cvss AWS API Documentation

Constants

SENSITIVE