Skip to content

Instantly share code, notes, and snippets.

@pombredanne
Forked from inksong/mvn_cve_graphql_probe
Created July 21, 2020 16:38
Show Gist options
  • Select an option

  • Save pombredanne/f76b8aa6009068dd6866e2a939fbe6c7 to your computer and use it in GitHub Desktop.

Select an option

Save pombredanne/f76b8aa6009068dd6866e2a939fbe6c7 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