Skip to content

Commit

Permalink
fix(manager): advisory detail is never returned
Browse files Browse the repository at this point in the history
RHINENG-11586
  • Loading branch information
jdobes committed Jul 30, 2024
1 parent de0860b commit bda337a
Showing 1 changed file with 2 additions and 37 deletions.
39 changes: 2 additions & 37 deletions manager.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2434,43 +2434,8 @@ components:
description: List of advisory names or detailed advisory information
nullable: true
items:
oneOf:
- type: string
example: 'RHSA-2015:0809'
- type: object
properties:
attributes:
type: object
properties:
advisory_type:
type: integer
example: 3
description:
type: string
example: 'The bash packages provide Bash (Bourne-again shell), which is the default shell for Red Hat Enterprise Linux...'
applicable_systems:
type: integer
example: 2559
public_date:
type: string
example: '2020-09-01T15:22:07Z'
severity:
type: integer
example: 2
synopsis:
type: string
example: 'Moderate: bash security update'
required:
- applicable_systems
id:
type: string
example: 'RHSA-2020:3592'
type:
type: string
example: advisory
required:
- id
- type
type: string
example: 'RHSA-2015:0809'
known_exploit:
type: boolean
description: Shows whether a CVE has known exploits or not
Expand Down

0 comments on commit bda337a

Please sign in to comment.