Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions api/v5/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,26 @@ components:
description: Human-readable remediation details
url:
type: string
format: uri
description: URL with more information about the remediation
advisory:
$ref: '#/components/schemas/AdvisoryInfo'
AdvisoryInfo:
type: object
description: Source advisory attribution for a remediation
properties:
id:
type: string
description: Advisory identifier (e.g. RHSA-2024:1234, GHSA-xxxx-xxxx-xxxx)
title:
type: string
description: Advisory title or summary
url:
type: string
format: uri
description: URL to the full advisory document
required:
- id
VersionRange:
type: object
description: Affected version range from a vulnerability advisory. Fields present depend on the range type - Full (all fields), Left (scheme and low bound), Right (scheme and high bound), or Unbounded (empty).
Expand Down
Loading