lookupCveSeverity
Examples
curl -X POST \
https://api.cloud.ox.security/api/apollo-gateway \
-H 'Content-Type: application/json' \
-H 'Authorization: YOUR_API_TOKEN' \
-d '{
"query": "query LookupCveSeverity($cve: String!) { lookupCveSeverity(cve: $cve) { cve severity cvssScore } }",
"variables": {
"cve": "example"
}
}'Arguments
Argument
Description
Supported fields
Fields
Field
Description
Supported fields
Last updated
