cli icon indicating copy to clipboard operation
cli copied to clipboard

Command line interface for the Phylum API

Results 47 cli issues
Sort by recently updated
recently updated
newest added

Updates the `go.sum` parser to filter out modules with `/go.mod`. These modules aren't not used to build the package but used to perform [minimal version selection](https://go.dev/ref/mod#minimal-version-selection). Part of https://github.com/phylum-dev/cli/issues/1396 ##...

# Overview The current lockfile generator creates a `go.sum` file and parses the output for dependencies. However the `go.sum` contents is not really a lockfile and analysis results are skewed...

enhancement
medium priority

# Overview Attempting to a create a lockfile from a `go.mod` manifest fails with error `missing $GOPATH: HOME is not set`. # How To Reproduce Steps to reproduce this behavior:...

bug
needs triage

The recent release of [`pnpm v9.0.0`][1] includes a new lockfile version (`v9`). The CLI currently only test our parser against `v6`. We should now add support for `v9` ### Tasks...

enhancement

Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.28 to 1.0.0-rc.4. Release notes Sourced from hyper's releases. v1.0.0-rc.4 Bug Fixes http1: http1 server graceful shutdown fix (#3261) (f4b51300) send error on Incoming body when connection...

dependencies
rust

# Overview Currently, the output schema of `phylum parse` does not include information about the aliases. This information could be useful to the [`vuln-reach` cli](https://github.com/phylum-dev/vuln-reach/issues/67) for correctly resolving aliased dependencies....

enhancement
needs triage

Installing the Phylum CLI with Homebrew should install the default extensions.

medium priority
extensions

Lockfile detection believes that directories might be lockfiles. # How To Reproduce ```sh-session > mkdir requirements.txt > ls requirements.txt > phylum parse Generating lockfile for manifest "./requirements.txt" using Pip… ❗...

bug
low priority

# Overview I am getting the following error when trying to use phylum with pip: `PermissionError: [Errno 13] Permission denied: '/etc/debian_version'` # How To Reproduce Steps to reproduce this behavior:...

bug
medium priority