Skip to main content

ScaFindingDetail

No description

type ScaFindingDetail {
affectedVersion: String!
cve: String
cvssMetric: String
cvssScore: Float
fileName: String!
id: ID!
package: String!
patchedVersion: String
}

Fields

ScaFindingDetail.affectedVersion ● String! non-null scalar

The version of the package that is affected by the vulnerability

ScaFindingDetail.cve ● String scalar

The Common Vulnerabilities and Exposures (CVE) identifier for the vulnerability

ScaFindingDetail.cvssMetric ● String scalar

The CVSS (Common Vulnerability Scoring System) metric used for assessing the vulnerability's severity

ScaFindingDetail.cvssScore ● Float scalar

The CVSS score indicating the severity of the vulnerability, ranging from 0 to 10

ScaFindingDetail.fileName ● String! non-null scalar

The name of the file containing the vulnerable package

ScaFindingDetail.id ● ID! non-null scalar

ScaFindingDetail.package ● String! non-null scalar

The name of the package that contains the vulnerability

ScaFindingDetail.patchedVersion ● String scalar

The version of the package where the vulnerability is fixed

Member Of

ScaFinding object