Magidoc

securityAdvisories
Query

GitHub Security Advisories

Arguments

#

after

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

before

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

classifications

A list of classifications to filter advisories by.

first

Returns the first n elements from the list.

identifier

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

last

Returns the last n elements from the list.

orderBy = { "direction": "DESC", "field": "UPDATED_AT" }

Ordering options for the returned topics.

publishedSince

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

updatedSince

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

Response

#

Returns SecurityAdvisoryConnection !.

Example

#

    
  

3

    
  

3

    
  

3