Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New release to silence security scanners? #37

Closed
pjonsson opened this issue Jun 19, 2024 · 1 comment
Closed

New release to silence security scanners? #37

pjonsson opened this issue Jun 19, 2024 · 1 comment

Comments

@pjonsson
Copy link
Contributor

This warning about CVE-2024-24790 just popped up from Trivy for me:

usr/local/bin/directory-checksum (gobinary)
===========================================
Total: 1 (HIGH: 0, CRITICAL: 1)

┌─────────┬────────────────┬──────────┬────────┬───────────────────┬─────────────────┬────────────────────────────────────────────────────────────┐
│ Library │ Vulnerability  │ Severity │ Status │ Installed Version │  Fixed Version  │                           Title                            │
├─────────┼────────────────┼──────────┼────────┼───────────────────┼─────────────────┼────────────────────────────────────────────────────────────┤
│ stdlib  │ CVE-2024-24790 │ CRITICAL │ fixed  │ 1.21.10           │ 1.21.11, 1.22.4 │ golang: net/netip: Unexpected behavior from Is methods for │
│         │                │          │        │                   │                 │ IPv4-mapped IPv6 addresses                                 │
│         │                │          │        │                   │                 │ https://avd.aquasec.com/nvd/cve-2024-24790                 │
└─────────┴────────────────┴──────────┴────────┴───────────────────┴─────────────────┴────────────────────────────────────────────────────────────┘
@MShekow
Copy link
Owner

MShekow commented Jun 20, 2024

Thanks for reporting it, I published a new release.

Actually, it would be fun to build a daily cronjob pipeline that scans the latest release for vulnerabilities, if there are any, try a rebuild, if the rebuild fixed the vulnerability, auto-release it :) - maybe I'll implement something like this.

@MShekow MShekow closed this as completed Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants