-
Notifications
You must be signed in to change notification settings - Fork 17
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
Massive amount of security warnings for cockpit docker image #20
Comments
I'm happy about any contribution :-) |
@aheinze I just ran some more analysis and for now it seems to be the most realisitic option to just upgrade to php:7.4.24 as base image. So basically it would already help a lot, if you just rebuild the image and pushed it again :) Since php-7.4 will run be reaching EOL by the end of the year, I already checked for php-8. Running cockpit locally on php-8.0.11 seems to be working fine. Running it on php-8.1.1 however does not seem to work. From docker security perspective it currently makes no difference anyhow. If I find more time I will look into more options. For now I think it's good to get from 284 vulnerabilities to 91 (especially from 91 ciritical/high to 9 critical/high) with little effort.
I will close here for now and reopen if I have more findings. |
Not sure why you closed this issue @tommueller - after all, a new build / image push is still desperately needed here 😉 I didn't notice this issue because it was closed and then filed my own issue for the very same reasons in March (albeit less detailed than yours - thanks for the info/research, especially putting PHP 8 into this relation also...): #21 So linking this together here. By any chance: how did you manually build the images to test with/run scans? |
I closed this, because rebuilding fixed most of the warnings for me. Since the Dockerfile starts from |
Thanks @tommueller for the swift response 😉 Thus I will keep #21 open and probably go with a fork for now. Thanks for your support 👍 |
I just ran a security check inside AWS on the cockpit-docker image and it reported an insane amount of security vulnerabilities.
I assume that probably 99% of the are derived from the base image (php7.4-apache). Any chance that the base image can be upgraded @aheinze ? I think php:7.4.26-apache should be the latest candidate that could work, right?
I still can't build the file (see #17), otherwise I would try myself ...
The text was updated successfully, but these errors were encountered: