Skip to content

Instantly share code, notes, and snippets.

@inksong
Created July 21, 2020 16:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save inksong/0d14baf0860046c7a121ee033f7c07b5 to your computer and use it in GitHub Desktop.
Save inksong/0d14baf0860046c7a121ee033f7c07b5 to your computer and use it in GitHub Desktop.
Query for Github GraphQL API
{
securityVulnerabilities(ecosystem: MAVEN, first: 100) {
nodes {
package {
name
ecosystem
}
vulnerableVersionRange
severity
updatedAt
firstPatchedVersion {
identifier
}
advisory {
summary
ghsaId
description
}
}
totalCount
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment