Object GitHub::SecurityAdvisory
A GitHub Security Advisory
Fields
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!
identifiers: [SecurityAdvisoryIdentifier!]!
A list of identifiers for this advisory
origin: String!
The organization that originated the advisory
permalink: URI
The permalink for the advisory
publishedAt: DateTime!
When the advisory was published
references: [SecurityAdvisoryReference!]!
A list of references for this advisory
severity: SecurityAdvisorySeverity!
The severity of the advisory
summary: String!
A short plaintext summary of the advisory
updatedAt: DateTime!
When the advisory was last updated
vulnerabilities(orderBy: SecurityVulnerabilityOrder = {field: UPDATED_AT, direction: DESC}, ecosystem: SecurityAdvisoryEcosystem, package: String, severities: [SecurityAdvisorySeverity!], after: String, before: String, first: Int, last: Int): SecurityVulnerabilityConnection!
Vulnerabilities associated with this Advisory
Args
orderBy: SecurityVulnerabilityOrder = {field: UPDATED_AT, direction: DESC}
Ordering options for the returned topics.
ecosystem: SecurityAdvisoryEcosystem
An ecosystem to filter vulnerabilities by.
severities: [SecurityAdvisorySeverity!]
A list of severities to filter vulnerabilities by.
withdrawnAt: DateTime
When the advisory was withdrawn, if it has been withdrawn