Replies: 1 comment 2 replies
-
Most of our Apache configuration comes from Debian's own defaults (or direct recommendations from WordPress, where available). 😬 A few notes:
|
Beta Was this translation helpful? Give feedback.
-
Most of our Apache configuration comes from Debian's own defaults (or direct recommendations from WordPress, where available). 😬 A few notes:
|
Beta Was this translation helpful? Give feedback.
-
Hello,
I recently ran the CoGuard CLI (https://github.com/coguardio/coguard-cli) on the wordpress Docker image. It found an Apache HTTPD configuration file, in addition to doing some scans on the last Dockerfile itself.
It found 20 issues, out of which 13 were high severity. Here are a couple of lines of the output:
I don't think it would be hard to address these issues, and harden the produced Docker images. Furthermore, there is a github action which can be used to ensure that configurations stay hardened in future images: https://github.com/marketplace/actions/coguard-docker-image-scan
I would love to open the discussion on fixing some of those configuration issues, and also add the continuous check into the workflow.
It is free and would help maintain a high degree of quality.
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions