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

Cvss

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

CVSS scores from the advisory related to the vulnerability.

interface Cvss {
Adjustments?: Adjustment[] | null;
BaseScore?: number | null;
BaseVector?: string | null;
Source?: string | null;
Version?: string | null;
}

§Properties

§
Adjustments?: Adjustment[] | null
[src]

Adjustments to the CVSS metrics.

§
BaseScore?: number | null
[src]

The base CVSS score.

§
BaseVector?: string | null
[src]

The base scoring vector for the CVSS score.

§
Source?: string | null
[src]

The origin of the original CVSS score and vector.

§
Version?: string | null
[src]

The version of CVSS for the CVSS score.