You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Detailed remediation information from vulnerability advisories
545
-
items:
546
-
$ref: '#/components/schemas/RemediationInfo'
547
-
versionRanges:
542
+
advisories:
548
543
type: array
549
-
description: Affected version ranges from vulnerability advisories
544
+
description: Remediation details grouped by source advisory
550
545
items:
551
-
$ref: '#/components/schemas/VersionRange'
546
+
$ref: '#/components/schemas/AdvisoryRemediation'
552
547
trustedContent:
553
548
type: object
554
549
properties:
@@ -568,9 +563,31 @@ components:
568
563
- NO_FIX_PLANNED
569
564
- NONE_AVAILABLE
570
565
- WILL_NOT_FIX
566
+
AdvisoryRemediation:
567
+
type: object
568
+
description: Remediation information grouped by source advisory. Each entry represents one advisory's assessment of a vulnerability, including the affected version ranges, the fix version, and the remediation actions.
569
+
properties:
570
+
advisory:
571
+
$ref: '#/components/schemas/AdvisoryInfo'
572
+
status:
573
+
type: string
574
+
description: Advisory status for this purl (e.g. affected, fixed, not_affected)
575
+
versionRanges:
576
+
type: array
577
+
description: Affected version ranges from this advisory
578
+
items:
579
+
$ref: '#/components/schemas/VersionRange'
580
+
fixedIn:
581
+
type: string
582
+
description: Fix version from this advisory
583
+
remediations:
584
+
type: array
585
+
description: Remediation actions from this advisory
586
+
items:
587
+
$ref: '#/components/schemas/RemediationInfo'
571
588
RemediationInfo:
572
589
type: object
573
-
description: Detailed remediation information from a vulnerability advisory
590
+
description: A single remediation action from a vulnerability advisory
574
591
properties:
575
592
category:
576
593
$ref: '#/components/schemas/RemediationCategory'
@@ -581,8 +598,6 @@ components:
581
598
type: string
582
599
format: uri
583
600
description: URL with more information about the remediation
584
-
advisory:
585
-
$ref: '#/components/schemas/AdvisoryInfo'
586
601
AdvisoryInfo:
587
602
type: object
588
603
description: Source advisory attribution for a remediation
0 commit comments