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

CvssScoreAdjustment

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

Details on adjustments Amazon Inspector made to the CVSS score for a finding.

interface CvssScoreAdjustment {
metric?: string | null;
reason?: string | null;
}

§Properties

§
metric?: string | null
[src]

The metric used to adjust the CVSS score.

§
reason?: string | null
[src]

The reason the CVSS score has been adjustment.