Kyle Willmon
Kyle Willmon
If the user sets `ignore_certs` in their config file, there is currently no way to force the CLI to check certificates without modifying that file.
The `.phylum_project` file contains the Project ID and (optionally) group name. But it does not contain the API URL. This leads to unknown project errors if a `.phylum_project` file is,...
When a threshold is disabled in the UI, but not also set to 0, the CLI shows this threshold as enabled. For example:  ``` ❯ phylum history project test-project...
When `phylum update` is run, it will: 1. Confirm that the user is on a platform that supports self-update (i.e, `aarch64-apple-darwin`, `x86_64-apple-darwin`, or `x86_64-unknown-linux`). 2. Attempt an escape hatch update...
The default label for a project determines which job is considered current for a project. This has impacts in search, monitoring notifications, and the policy result shown in the project...
The `phylum` command treats `.csproj` files differently when passed as arguments to the command line as opposed to when they are found by a directory search... Specifically, running `phylum parse...
The following error was obvserved in the `phylum-ci` docker image... ```sh-session root@6f5596df19f4:/phylum# phylum parse -t msbuild Foo.csproj thread 'main' panicked at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/birdcage-0.7.1/src/linux/mod.rs:49:9: `Sandbox::spawn` must be called from a single-threaded process...
The `suppressed` field has been deprecated for months. This patch any usage in CLI.