phylum-dev / cli

Command line interface for the Phylum API
https://phylum.io
GNU General Public License v3.0
102 stars 10 forks source link

`phylum package` should return CVE data. #1313

Closed mathew-horner closed 9 months ago

mathew-horner commented 9 months ago

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: https://github.com/phylum-dev/phylum-types/pull/86 (closed in favor of moving the types to CLI).

Acceptance Criteria