Github API - Test Config

SecurityVulnerabilityEdge [object]

An edge in a connection.

Attributes
cursor 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 cursor for use in pagination.

node SecurityVulnerability

SecurityVulnerability [object]

An individual vulnerability within an Advisory

Attributes
advisory SecurityAdvisory

The Advisory associated with this Vulnerability

firstPatchedVersion SecurityAdvisoryPackageVersion

The first version containing a fix for the vulnerability

A description of the vulnerable package

The severity of the vulnerability within this package

updatedAt DateTime

When the vulnerability was last updated

vulnerableVersionRange String

A string that describes the vulnerable package versions.
This string follows a basic syntax with a few forms.

  • = 0.2.0 denotes a single vulnerable version.
  • <= 1.0.8 denotes a version range up to and including the specified version
  • < 0.1.11 denotes a version range up to, but excluding, the specified version
  • >= 4.3.0, < 4.3.5 denotes a version range with a known minimum and maximum version.
  • >= 0.0.1 denotes a version range with a known minimum, but no known maximum

API:
Github GraphQL API

The item at the end of the edge.

API:
Github GraphQL API