You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This updates CF Buildpack dependencies to the latest version, including fixes for CVE-2021-44228 and CVE-2021-45046
Images built with the default Docker Mendix Buildpack settings are not expected to contain the vulnerable log4j-core library. However vulnerable versions of log4j-core might still be present if they're included through project modules or Java actions.
To confirm that your container images are not affected by the log4j CVEs, use a container security scanner - for example, the Trivy container image scanner.
Switched rootfs from the full ubi image to ubi-minimal - to exclude unnecessary dependencies and improve CVE scores #134