Last active
May 10, 2019 06:26
-
-
Save zaghaghi/ee6af6d6555d0f2ea0a3ed6e26b033f8 to your computer and use it in GitHub Desktop.
Get by Product
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 { | |
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