Closed mhrabovcin closed 8 months ago
Thanks for the report! This seems like a debian db bug since there's no libgnutls30
3.7.1-5+deb11u5
https://salsa.debian.org/security-tracker-team/security-tracker/-/blob/master/data/CVE/list?ref_type=heads#L5744
https://packages.debian.org/bullseye/libgnutls30 latest is 3.7.1-5+deb11u4
as of now
Mitigation is to set up a policy to ignore CVE-2024-0567 or use --ignore-errors
for now
This should not lock copa though. That is a regression from v0.5.0 (guessing from #381) @ashnamehrotra can you ptal at this?
Thanks for providing the workaround. I can confirm that --ignore-errors
flag works for given image.
Version of copa
v0.6.0
Expected Behavior
CLI should propagate error and exist with appropriate status code.
Actual Behavior
CLI hangs until the provided patch timeout is reached.
https://github.com/project-copacetic/copacetic/blob/2f621d177d17fa6ee73dffc2d3aea58ac89688d2/pkg/patch/patch.go#L46-L61
Steps To Reproduce
Trivy scan:
Patch:
Output:
The build completes if I provide
--ignore-errors
flag.Are you willing to submit PRs to contribute to this bug fix?