Will Murphy
Will Murphy
Previously, the ELF binary package cataloger would leak file handles, and the generic cataloger loop would leak file handles if parsing the file panicked. Instead, ensure both situations `defer close`...
Previously, this method incorrectly return an empty Attributes object and a nil error, leading to callers attempting to use the empty attributes object. We need to be careful with this,...
See #2826 Supersedes https://github.com/anchore/syft/pull/2836. The only hang-up I've seen is that calls to `make lint` can run an old version of the rules unless `./.tool/golangci-lint cache clean` is called first,...
This issue is a follow up to prevent #2819 from happening again. Syft has a method that should be called to clean up after file IO: https://github.com/anchore/syft/blob/0774ad15e26bc9230dbfc393b3e7d6bd36b93cf7/internal/err_helper.go#L13 Ideally, we'd like...
We'd like to release binny for Windows so that projects using binny to manager their binary dependencies are easier to work on on Windows. Right now, there are a few...
**What would you like to be added**: It would be really nice to thank new contributors explicitly in the release notes, maybe looking like how https://github.com/lidatong/dataclasses-json/releases does it. **Why is...
See https://github.com/anchore/grype/issues/1829
Includes re-generating models for parsing OVAL XML. ## TODO - [ ] add quality gate test - [x] add manual testing steps [grype issue](https://github.com/anchore/grype/issues/1829) See also https://github.com/anchore/grype/pull/1848
**Background**: Every now and then we see 403s from ALAS issues (e.g. as of this writing, https://alas.aws.amazon.com/AL2/ALAS-2024-2510.html returns 403). Right now, this causes the entire operation of `vunnel run -p...
draft for getting feedback