Skip to content

Commit 26558e7

Browse files
authored
Merge pull request #86 from anchore/asomya/latest
chore: updating to latest
2 parents 0f3afa5 + dc8314b commit 26558e7

11 files changed

+26
-681
lines changed

pkg/anchore-api-swagger-main.yaml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19825,9 +19825,7 @@ components:
1982519825
is_kev:
1982619826
type: boolean
1982719827
epss:
19828-
type: array
19829-
items:
19830-
$ref: '#/components/schemas/PackageEPSS'
19828+
$ref: '#/components/schemas/PackageEPSS'
1983119829
ScanRequest:
1983219830
type: object
1983319831
properties:
@@ -20046,16 +20044,14 @@ components:
2004620044
type: string
2004720045
PackageEPSS:
2004820046
type: object
20047+
description: Exploit Prediction Scoring System data for a vulnerability
2004920048
properties:
20050-
cve:
20051-
type: string
20052-
date:
20053-
type: string
20054-
format: date-time
2005520049
epss:
2005620050
type: number
20051+
description: The EPSS score for the vulnerability
2005720052
percentile:
2005820053
type: number
20054+
description: The percentile of the EPSS score for the vulnerability
2005920055
PackageReference:
2006020056
type: object
2006120057
properties:
@@ -20133,12 +20129,6 @@ components:
2013320129
type: string
2013420130
description: When the fix was observed
2013520131
format: date-time
20136-
is_kev:
20137-
type: boolean
20138-
epss:
20139-
type: array
20140-
items:
20141-
$ref: '#/components/schemas/PackageEPSS'
2014220132
PaginatedImageList:
2014320133
description: Pagination wrapped list of images that match some filter
2014420134
allOf:

0 commit comments

Comments
 (0)