Skip to content
This repository was archived by the owner on Feb 5, 2026. It is now read-only.

Comments

[Snyk] Security upgrade alpine from 3.12.0 to 3.23.3#58

Open
ayusuf-mq wants to merge 1 commit intomasterfrom
snyk-fix-2d1bfc4bb05070591474e48995b5d6cc
Open

[Snyk] Security upgrade alpine from 3.12.0 to 3.23.3#58
ayusuf-mq wants to merge 1 commit intomasterfrom
snyk-fix-2d1bfc4bb05070591474e48995b5d6cc

Conversation

@ayusuf-mq
Copy link

snyk-top-banner

Snyk has created this PR to fix 3 vulnerabilities in the dockerfile dependencies of this project.

Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of your chosen image.

Snyk changed the following file(s):

  • samples/client/petstore/bash/Dockerfile

We recommend upgrading to alpine:3.23.3, as this image has only 0 known vulnerabilities. To do this, merge this pull request, then verify your application still works as expected.

Vulnerabilities that will be fixed with an upgrade:

Issue Score
high severity Loop with Unreachable Exit Condition ('Infinite Loop')
SNYK-ALPINE312-OPENSSL-2426332
  721  
high severity Loop with Unreachable Exit Condition ('Infinite Loop')
SNYK-ALPINE312-OPENSSL-2426332
  721  
critical severity Out-of-bounds Read
SNYK-ALPINE312-APKTOOLS-1533753
  714  
critical severity Buffer Overflow
SNYK-ALPINE312-OPENSSL-1569452
  714  
critical severity Buffer Overflow
SNYK-ALPINE312-OPENSSL-1569452
  714  

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Out-of-bounds Read

@ayusuf-mq
Copy link
Author

Merge Risk: High

This is a major operating system upgrade across more than 10 stable releases, from a version that has been unsupported since 2022. It carries a very high risk of breaking changes due to fundamental updates to the base system, core libraries, and language runtimes.

Highlights:

  • System & Package Changes: The package manager (apk) is upgraded to v3, which may break tools using libapk. Additionally, many packages like sudo have been replaced (with doas), and older versions of libraries like ffmpeg4 and postgresql15 have been removed.
  • Runtime Version Jumps: The base image includes major version bumps for most language runtimes, such as Node.js (to 24.11), Go (to 1.25), and PostgreSQL (to 18), which will likely require code and dependency updates.

Source: Alpine Linux release notes
Recommendation: Do not attempt an in-place upgrade. Rebuild the container image from a new alpine:3.23 base and thoroughly test all application functionality, build scripts, and runtime behavior.

Notice 🤖: This content was augmented using artificial intelligence. AI-generated content may contain errors and should be reviewed for accuracy before use.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants