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

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

interface CvssScoreAdjustment {
metric: string;
reason: string;
}

§Properties

§
metric: string
[src]

The metric used to adjust the CVSS score.

§
reason: string
[src]

The reason the CVSS score has been adjustment.