Skip to content

Instantly share code, notes, and snippets.

@zaghaghi
Last active May 10, 2019 06:26
Show Gist options
  • Save zaghaghi/ee6af6d6555d0f2ea0a3ed6e26b033f8 to your computer and use it in GitHub Desktop.
Save zaghaghi/ee6af6d6555d0f2ea0a3ed6e26b033f8 to your computer and use it in GitHub Desktop.
Get by Product
query {
ProductVersion(filter: {product: {name: "python"}, version_value: "2.7.16"}) {
name
version_value
cves {
name
cvss3 {
name
base_severity
}
}
product {
name
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment