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.3/services/inspector2.ts?docs=full";

The CVSS score for a finding.

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

§Properties

§
baseScore: number
[src]

The base CVSS score used for the finding.

§
scoringVector: string
[src]

The vector string of the CVSS score.

§
source: string
[src]

The source of the CVSS score.

§
version: string
[src]

The version of CVSS used for the score.