-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happened:
An example match from JSON output. The Package
information should be filled and should not be blank.
{
"Cycle": {
"ProductName": "Ubuntu",
"ReleaseCycle": "16.04",
"Eol": "2021-04-02",
"LatestRelease": "",
"LatestReleaseDate": "2020-08-13",
"ReleaseDate": "2016-04-21"
},
"Package": {
"ID": "",
"Name": "",
"Version": "",
"Locations": {},
"Language": "",
"Licenses": null,
"Type": "",
"CPEs": null,
"PURL": "",
"Upstreams": null,
"MetadataType": "",
"Metadata": null
},
"artifact": {
"name": "Ubuntu",
"version": "16.04",
"type": "os",
"locations": [],
"language": "",
"licenses": [],
"cpes": [],
"purl": "",
"upstreams": []
}
}
],
What you expected to happen:
The Package
information should be filled and should not be blank.
How to reproduce it (as minimally and precisely as possible):
xeol <image> -o json
on any image
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working