Skip to content

Package should be filled in JSON output #62

@noqcks

Description

@noqcks

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions