Skip to content

Instantly share code, notes, and snippets.

@zaghaghi
Last active May 10, 2019 06:26
Show Gist options
  • Save zaghaghi/ee74bbbce3c6683269fc6de02a46f24b to your computer and use it in GitHub Desktop.
Save zaghaghi/ee74bbbce3c6683269fc6de02a46f24b to your computer and use it in GitHub Desktop.
Get By CVE ID
query {
CVE(name: "CVE-2019-9977") {
name
description
cvss2 {
name
severity
}
cvss3 {
name
base_severity
}
productVersions {
name
product {
name
vendor {
name
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment