xeol icon indicating copy to clipboard operation
xeol copied to clipboard

Package should be filled in JSON output

Open noqcks opened this issue 2 years ago • 0 comments

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

noqcks avatar May 15 '23 20:05 noqcks