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: Trusted Content recommendation that is not related to any security vulnerability
480
+
description: "Deprecated: Use provider-level recommendations map in ProviderReport instead. Trusted Content recommendation that is not related to any security vulnerability."
481
+
deprecated: true
475
482
allOf:
476
483
- $ref: '#/components/schemas/PackageRef'
477
484
highestVulnerability:
@@ -571,6 +578,38 @@ components:
571
578
$ref: '#/components/schemas/PackageRef'
572
579
reason:
573
580
type: string
581
+
RecommendationSource:
582
+
type: object
583
+
description: Recommendation data from a specific recommendation source
584
+
properties:
585
+
status:
586
+
type: string
587
+
description: Health status of the recommendation source
0 commit comments