Github API - Test Config

query securityVulnerabilities

Software Vulnerabilities documented by 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 advisory classifications to filter vulnerabilities by.

ecosystem SecurityAdvisoryEcosystem

SecurityAdvisoryEcosystem [enum]

The possible ecosystems of a security vulnerability's package.

Possible values
ACTIONS

GitHub Actions

COMPOSER

PHP packages hosted at packagist.org

ERLANG

Erlang/Elixir packages hosted at hex.pm

GO

Go modules

MAVEN

Java artifacts hosted at the Maven central repository

NPM

JavaScript packages hosted at npmjs.com

NUGET

.NET packages hosted at the NuGet Gallery

PIP

Python packages hosted at PyPI.org

PUB

Dart packages hosted at pub.dev

RUBYGEMS

Ruby gems hosted at RubyGems.org

RUST

Rust crates

SWIFT

Swift packages

API:
Github GraphQL API

An ecosystem to filter vulnerabilities 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.

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 SecurityVulnerabilityOrder

SecurityVulnerabilityOrder [input]

Ordering options for security vulnerability connections

Attributes
direction OrderDirection

The ordering direction.

The field to order security vulnerabilities by.

API:
Github GraphQL API

Ordering options for the returned topics.

package 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

A package name to filter vulnerabilities by.

severities SecurityAdvisorySeverity []

SecurityAdvisorySeverity [enum]

Severity of the vulnerability.

Possible values
CRITICAL

Critical.

HIGH

High.

LOW

Low.

MODERATE

Moderate.

API:
Github GraphQL API

A list of severities to filter vulnerabilities by.

Returns
SecurityVulnerabilityConnection

SecurityVulnerabilityConnection [object]

The connection type for SecurityVulnerability.

Attributes

A list of edges.

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