Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CvssScoreDetails

import type { CvssScoreDetails } from "https://aws-api.deno.dev/v0.4/services/ecr.ts?docs=full";

Information about the CVSS score.

interface CvssScoreDetails {
adjustments?: CvssScoreAdjustment[] | null;
score?: number | null;
scoreSource?: string | null;
scoringVector?: string | null;
version?: string | null;
}

§Properties

§
adjustments?: CvssScoreAdjustment[] | null
[src]

An object that contains details about adjustment Amazon Inspector made to the CVSS score.

§
score?: number | null
[src]

The CVSS score.

§
scoreSource?: string | null
[src]

The source for the CVSS score.

§
scoringVector?: string | null
[src]

The vector for the CVSS score.

§
version?: string | null
[src]

The CVSS version used in scoring.