Github API - Test Config

query securityAdvisories

GitHub Security Advisories

Arguments
after 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

Returns the elements in the list that come after the specified cursor.

before 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

Returns the elements in the list that come before the specified cursor.

classifications SecurityAdvisoryClassification []

SecurityAdvisoryClassification [enum]

Classification of the advisory.

Possible values
GENERAL

Classification of general advisories.

MALWARE

Classification of malware advisories.

API:
Github GraphQL API

A list of classifications to filter advisories by.

first 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

Returns the first n elements from the list.

identifier SecurityAdvisoryIdentifierFilter

SecurityAdvisoryIdentifierFilter [input]

An advisory identifier to filter results on.

Attributes

The identifier type.

value String

The identifier string. Supports exact or partial matching.

API:
Github GraphQL API

Filter advisories by identifier, e.g. GHSA or CVE.

last 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

Returns the last n elements from the list.

orderBy SecurityAdvisoryOrder

SecurityAdvisoryOrder [input]

Ordering options for security advisory connections

Attributes
direction OrderDirection

The ordering direction.

The field to order security advisories by.

API:
Github GraphQL API

Ordering options for the returned topics.

publishedSince DateTime

DateTime [scalar]

An ISO-8601 encoded UTC date string.

API:
Github GraphQL API

Filter advisories to those published since a time in the past.

updatedSince DateTime

DateTime [scalar]

An ISO-8601 encoded UTC date string.

API:
Github GraphQL API

Filter advisories to those updated since a time in the past.

Returns
SecurityAdvisoryConnection

SecurityAdvisoryConnection [object]

The connection type for SecurityAdvisory.

Attributes

A list of edges.

nodes SecurityAdvisory []

A list of nodes.

pageInfo PageInfo

Information to aid in pagination.

totalCount Int

Identifies the total count of items in the connection.

API:
Github GraphQL API
API:
Github GraphQL API