-
Notifications
You must be signed in to change notification settings - Fork 271
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
Vulnerability report (CVE-2021-36159) #193
Comments
++ Request to provide some help around the resolution of the same |
You can always update the packages in question manually as the issue was resolved in the alpine repositories. Alternatively use |
Likewise in alpine 3.12 - this is a fundamental problem that ought to be resolved at the release level, in the alpine base image (doing a bulk upgrade is an anti-pattern, especially given it's |
The CVE is no longer present in the alpine:latest (3.14.1) image and should be used. Also letting you know that the "anti-pattern" of not upgrading your packages is no longer a recommedation in neither the docker docs nor the OWASP CheatSheet. |
We await the upcoming release of this critical fix in the other supported lines (particularly 3.12). And yes, it seems odd to use a package with a critical vulnerability to perform an upgrade of itself. That's not usually the situation when it comes to security updates. I'll concede the point on upgrades as an anti-pattern, as long as it's guaranteed that If that's not the case, then what is the appropriate command to get only the fixes that will be part of the next given release? |
Well you get all the updates that are available for your branch. Which with I also don't see a way to differentiate between 'regular' and security updates other than manually. You could pin every package to the version that is needed and then check every new update for importance and re-pin if necessary. This strategy is also valid and what i referred to in my initial comment. But for me personally it seems too much work to update the Dockerfiles with a certain version or upgrade command often, just to avoid having to wait a few days/weeks/months? for the image to catch up. |
Ref: https://snyk.io/test/docker/alpine:3.11.11
The text was updated successfully, but these errors were encountered: