Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package should be filled in JSON output #62

Open
noqcks opened this issue May 15, 2023 · 0 comments
Open

Package should be filled in JSON output #62

noqcks opened this issue May 15, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@noqcks
Copy link
Collaborator

noqcks commented May 15, 2023

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 noqcks added the bug Something isn't working label May 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant