Skip to content

Instantly share code, notes, and snippets.

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