Retrieve Vulnerability Definition
GET/definitions/:id/
Request
Path Parameters
id stringrequired
Responses
- 200
- 400
- 401
- 404
- 500
- application/json
- Schema
- Example (from schema)
Schema
10
- low20
- medium30
- high
id stringrequired
A unique Base58 value identifying this object.
name stringrequired
Possible values: <= 255 characters
Name of the vulnerability.
The maximum length is 255 characters.
desc stringnullable
Description of the vulnerability.
changed date-timerequired
Date and time of the last change, in ISO 8601 UTC format.
For example, "2023-08-09T13:27:43.8208302".
severity integernullable
Possible values: >= -2147483648
and <= 2147483647
, [10
, 20
, 30
, null
]
Default vulnerability severity.
cvss_vector stringnullable
Possible values: <= 1024 characters
CVSS vector
cwe_id stringnullable
Possible values: <= 16 characters
CWE id.
cwe_name stringnullable
Possible values: <= 255 characters
CWE name
passive boolean
{
"id": "string",
"name": "string",
"desc": "string",
"changed": "2024-07-29T15:51:28.071Z",
"severity": 10,
"cvss_vector": "string",
"cwe_id": "string",
"cwe_name": "string",
"passive": true
}
- application/json
- Schema
- Example (from schema)
Schema
<field name> string[]
non_field_errors string[]
{
"<field name>": [
"Errors related to field <field name>."
],
"non_field_errors": [
"Errors not related to any field specific field."
]
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Incorrect authentication credentials."
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Not found."
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Unexpected error while handling your request."
}
Loading...