Skip to main content

CodebaseVulnerability

A vulnerability found in the application codebase.

type CodebaseVulnerability {
link: String!
modulePath: String!
severity: String!
severityScore: String
}

Fields

The URL with more information about the vulnerability.

CodebaseVulnerability.modulePath ● String! non-null scalar common

The plugin or module path affected by the vulnerability.

CodebaseVulnerability.severity ● String! non-null scalar common

The severity label for the vulnerability.

CodebaseVulnerability.severityScore ● String scalar common

The severity score for the vulnerability.

Member Of

CodebasePlugins object