Last active
May 10, 2019 06:26
-
-
Save zaghaghi/ee74bbbce3c6683269fc6de02a46f24b to your computer and use it in GitHub Desktop.
Get By CVE ID
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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