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

CvssScore

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

The CVSS score for a finding.

interface CvssScore {
baseScore?: number | null;
scoringVector?: string | null;
source?: string | null;
version?: string | null;
}

§Properties

§
baseScore?: number | null
[src]

The base CVSS score used for the finding.

§
scoringVector?: string | null
[src]

The vector string of the CVSS score.

§
source?: string | null
[src]

The source of the CVSS score.

§
version?: string | null
[src]

The version of CVSS used for the score.