phylum-dev/cli

`phylum package` should return CVE data.

Closed this issue · 0 comments

Overview

CVE details are now returned from the API for issues. We should be displaying those to the user when they call phylum package.

You can see an example the requisite additions in this PR: phylum-dev/phylum-types#86 (closed in favor of moving the types to CLI).

Acceptance Criteria

  • Vulnerability issues should display CVE details from the API when phylum package is called.