Github API - Test Config

SecurityAdvisoryConnection [object]

The connection type for SecurityAdvisory.

Attributes
edges SecurityAdvisoryEdge []

SecurityAdvisoryEdge [object]

An edge in a connection.

Attributes
cursor String

A cursor for use in pagination.

The item at the end of the edge.

API:
Github GraphQL API

A list of edges.

nodes 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

A list of nodes.

pageInfo PageInfo

PageInfo [object]

Information about pagination in a connection.

Attributes
endCursor String

When paginating forwards, the cursor to continue.

hasNextPage Boolean

When paginating forwards, are there more items?

hasPreviousPage Boolean

When paginating backwards, are there more items?

startCursor String

When paginating backwards, the cursor to continue.

API:
Github GraphQL API

Information to aid in pagination.

totalCount Int

Int [scalar]

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

API:
Github GraphQL API

Identifies the total count of items in the connection.

API:
Github GraphQL API