List Vulnerability Definitions
GET/definitions/
Request
Query Parameters
10
- low20
- medium30
- high
Number of results to return per page.
Which field to use when ordering the results.
A page number within the paginated result set.
A search term.
Possible values: [10
, 20
, 30
]
Default vulnerability severity.
Responses
- 200
- 400
- 401
- 500
- application/json
- Schema
- Example (from schema)
Schema
Array [
10
- low20
- medium30
- high]
Total number of results.
Total number of pages.
Number of the current page.
The first page is 1.
Defaults to 1 if no specific page is requested.
Number of results returned per page.
results
object[]
A unique Base58 value identifying this object.
Possible values: <= 255 characters
Name of the vulnerability.
The maximum length is 255 characters.
Description of the vulnerability.
Date and time of the last change, in ISO 8601 UTC format.
For example, "2023-08-09T13:27:43.8208302".
Possible values: >= -2147483648
and <= 2147483647
, [10
, 20
, 30
, null
]
Default vulnerability severity.
Possible values: <= 1024 characters
CVSS vector
Possible values: <= 16 characters
CWE id.
Possible values: <= 255 characters
CWE name
{
"count": 6,
"page_total": 1,
"page": 1,
"length": 10,
"results": [
{
"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>": [
"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": "Incorrect authentication credentials."
}
- application/json
- Schema
- Example (from schema)
Schema
{
"detail": "Unexpected error while handling your request."
}