ID of the service.
ID of the vulnerability.
Overrides a vulnerability severity for a given service.
ID of the service.
ID of the vulnerability.
Request body schema for overriding a vulnerability severity.
A human-readable comment associated with the vulnerability override, to add further context and description.
Example:Severity bumped to high due to business impact.
Allowed values:lowmediumhighcritical
Example:low
Response object containing a single vulnerability.
Deletes the severity override on a vulnerability for a given service.
ID of the service.
ID of the vulnerability.
No Content
Dismisses a vulnerability for a given service.
ID of the service.
ID of the vulnerability.
Request body schema for dismissing a vulnerability.
A human-readable comment associated with the vulnerability dismissal, to add further context and description.
Example:Acceptable risk.
The reason the vulnerability was dismissed.
Example:acceptable_risk
Response object containing a single vulnerability.
Deletes the dismissal on a vulnerability for a given service.
ID of the service.
ID of the vulnerability.
No Content
Returns a paginated collection of services with cross-vulnerability context.
The maximum number of items to include per page. The last page of a collection may include fewer items.
Example:10
Determines which page of the entities to retrieve.
Example:1
The asc suffix is optional as the default sort order is ascending.
The desc suffix is used to specify a descending order.
Multiple sort attributes may be provided via a comma separated list.
JSONPath notation may be used to specify a sub-attribute (eg: ‘foo.bar desc’).
Example:created_at desc
Filters a collection of services with cross-vulnerability context.
A paginated list response for a collection of services with cross-vulnerability context.
returns the pagination information
Service representation that includes cross-vulnerability context.