Dave Hay

Results 5 issues of Dave Hay

**What happened (please include outputs or screenshots)**: Security scanners such as [Sonatype](https://ossindex.sonatype.org/component/pkg:pypi/[email protected]) suggest that : - >> It was found that python-rsa is vulnerable to Bleichenbacher timing attacks. An attacker...

kind/bug
lifecycle/rotten

**What happened**: The `TestAllFormatsExpressible` test fails due, I believe, to `syft` related issue: - `cd /root/go/src/github.com/docker/sbom-cli-plugin/test/cli` `go test -v ./... --run TestAllFormatsExpressible` ```text === RUN TestAllFormatsExpressible utils_test.go:56: obtaining fixture image...

bug

Resolving a few linting and bouncer issues - Updated internal/logger/logrus.go to handle ioutil deprecation - Updated cmd/event_loop.go to handle linting issues - Updated .bouncer.yaml to ignore crypto/internal/boring Signed-off-by: Dave Hay

Upping from 1.45.0 to 1.50.1 to avoid panic Linked issue - [golangci-lint 1.45.0 - as referenced in Makefile - panics #29](https://github.com/docker/sbom-cli-plugin/issues/29) Signed-off-by: Dave Hay

**What happened**: Having run `make bootstrap-tools` to install the requisite version of `golangci-lint` - `1.45.0` - into `.tmp/golangci-lint` other make commands lead to a `panic `from `golangci-lint` : - ```text...

bug