Github API - Test Config

query securityAdvisory

Fetch a Security Advisory by its GHSA ID

Arguments
ghsaId String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

GitHub Security Advisory ID.

Returns
SecurityAdvisory

SecurityAdvisory [object]

A GitHub Security Advisory

Implements
Node
Attributes

The classification of the advisory

cvss CVSS

The CVSS associated with this advisory

CWEs associated with this Advisory

databaseId Int

Identifies the primary key from the database.

description String

This is a long plaintext description of the advisory

ghsaId String

The GitHub Security Advisory ID

id ID

The Node ID of the SecurityAdvisory object

A list of identifiers for this advisory

notificationsPermalink URI

The permalink for the advisory's dependabot alerts page

origin String

The organization that originated the advisory

permalink URI

The permalink for the advisory

publishedAt DateTime

When the advisory was published

A list of references for this advisory

The severity of the advisory

summary String

A short plaintext summary of the advisory

updatedAt DateTime

When the advisory was last updated

Vulnerabilities associated with this Advisory

withdrawnAt DateTime

When the advisory was withdrawn, if it has been withdrawn

API:
Github GraphQL API
API:
Github GraphQL API