Skip to content
Open
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
18 changes: 15 additions & 3 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 @@ -5568,7 +5574,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 +6118,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