cli
cli copied to clipboard
Command line interface for the Phylum API
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...
# 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:...
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...
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...
# 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....
Installing the Phylum CLI with Homebrew should install the default 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… ❗...
# 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:...