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
26 changes: 18 additions & 8 deletions client/openapi/trustd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4914,7 +4914,13 @@ components:
type: array
items:
$ref: '#/components/schemas/LicenseRefMapping'
description: LicenseRef mappings
description: |-
LicenseRef mappings

**Deprecated**: Licenses are now pre-expanded at ingestion time via `expanded_license` /
`sbom_license_expanded` tables. This field is always empty and will be removed in a future
release.
deprecated: true
name:
type: string
description: The name of the package in the SBOM
Expand Down Expand Up @@ -5368,20 +5374,18 @@ components:
RemediationSummary:
type: object
required:
- id
- category
- data
properties:
category:
$ref: '#/components/schemas/RemediationCategory'
data: {}
data:
description: For internal use only. May be removed at any point and should not be used.
deprecated: true
details:
type:
- string
- 'null'
id:
type: string
format: uuid
url:
type:
- string
Expand Down Expand Up @@ -5568,7 +5572,13 @@ components:
type: array
items:
$ref: '#/components/schemas/LicenseRefMapping'
description: LicenseRef mappings
description: |-
LicenseRef mappings

**Deprecated**: Licenses are now pre-expanded at ingestion time via `expanded_license` /
`sbom_license_expanded` tables. This field is always empty and will be removed in a future
release.
deprecated: true
name:
type: string
description: The name of the package in the SBOM
Expand Down Expand Up @@ -6106,4 +6116,4 @@ components:
oneOf:
- type: 'null'
- $ref: '#/components/schemas/Severity'
description: Average (arithmetic mean) severity of the vulnerability aggregated from *all* related advisories.
description: Average (arithmetic mean) severity of the vulnerability aggregated from *all* related advisories.
Loading