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

bump alpine base image version from 3.19.1 to 3.20.3 #66

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

matheusfm
Copy link
Contributor

Description

This PR bumps alpine base image version from 3.19.1 to 3.20.3 and fixes two low vulnerabilities as you can see below.

trivy image ghcr.io/undistro/marvin:v0.2 --scanners vuln
2024-10-25T10:49:18-03:00	INFO	Vulnerability scanning is enabled
2024-10-25T10:49:20-03:00	INFO	Detected OS	family="alpine" version="3.19.1"
2024-10-25T10:49:20-03:00	INFO	[alpine] Detecting vulnerabilities...	os_version="3.19" repository="3.19" pkg_num=15
2024-10-25T10:49:20-03:00	INFO	Number of language-specific files	num=1
2024-10-25T10:49:20-03:00	INFO	[gobinary] Detecting vulnerabilities...

ghcr.io/undistro/marvin:v0.2 (alpine 3.19.1)

Total: 2 (UNKNOWN: 0, LOW: 2, MEDIUM: 0, HIGH: 0, CRITICAL: 0)

┌────────────┬───────────────┬──────────┬────────┬───────────────────┬───────────────┬───────────────────────────────────────────────────────────┐
│  Library   │ Vulnerability │ Severity │ Status │ Installed Version │ Fixed Version │                           Title                           │
├────────────┼───────────────┼──────────┼────────┼───────────────────┼───────────────┼───────────────────────────────────────────────────────────┤
│ libcrypto3 │ CVE-2024-9143 │ LOW      │ fixed  │ 3.1.7-r0          │ 3.1.7-r1      │ openssl: Low-level invalid GF(2^m) parameters lead to OOB │
│            │               │          │        │                   │               │ memory access                                             │
│            │               │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2024-9143                 │
├────────────┤               │          │        │                   │               │                                                           │
│ libssl3    │               │          │        │                   │               │                                                           │
│            │               │          │        │                   │               │                                                           │
│            │               │          │        │                   │               │                                                           │
└────────────┴───────────────┴──────────┴────────┴───────────────────┴───────────────┴───────────────────────────────────────────────────────────┘
TAG=test make docker-build 

trivy image ghcr.io/undistro/marvin:test --scanners vuln
2024-10-25T10:51:25-03:00       INFO    Vulnerability scanning is enabled
2024-10-25T10:51:26-03:00       INFO    Detected OS     family="alpine" version="3.20.3"
2024-10-25T10:51:26-03:00       INFO    [alpine] Detecting vulnerabilities...   os_version="3.20" repository="3.20" pkg_num=14
2024-10-25T10:51:26-03:00       INFO    Number of language-specific files       num=1
2024-10-25T10:51:26-03:00       INFO    [gobinary] Detecting vulnerabilities...

ghcr.io/undistro/marvin:test (alpine 3.20.3)

Total: 0 (UNKNOWN: 0, LOW: 0, MEDIUM: 0, HIGH: 0, CRITICAL: 0)

Linked Issues

How has this been tested?

  • TAG=test make docker-build
  • trivy image ghcr.io/undistro/marvin:test --scanners vuln

Checklist

  • I have labeled this PR with the relevant Type labels
  • I have documented my code (if applicable)
  • My changes are covered by tests

@matheusfm matheusfm added the dependencies Pull requests that update a dependency file label Oct 25, 2024
@matheusfm matheusfm requested a review from lucasjct October 25, 2024 13:54
@matheusfm matheusfm self-assigned this Oct 25, 2024
Copy link
Contributor

@lucasjct lucasjct left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@matheusfm matheusfm merged commit c50d9ea into main Oct 25, 2024
3 of 4 checks passed
@matheusfm matheusfm deleted the bump-base-image branch October 25, 2024 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants