Kyle Willmon

Results 18 issues of 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.

enhancement
low priority

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,...

enhancement
question
low priority

When a threshold is disabled in the UI, but not also set to 0, the CLI shows this threshold as enabled. For example: ![disabled](https://user-images.githubusercontent.com/616067/164748054-a7e94df9-04b2-431d-9edf-72d2bf787f2b.png) ``` ❯ phylum history project test-project...

bug
medium priority

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...

enhancement
medium priority

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...

enhancement

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...

bug
low priority

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...

bug
needs triage

The `suppressed` field has been deprecated for months. This patch any usage in CLI.