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
{{ message }}
This repository was archived by the owner on Feb 3, 2021. It is now read-only.
In running a security scan of the AZTK container using Artifactory X-Ray, I find 338 CVEs. This is largely due to basically using a complete, desktop linux system.
For example, there are dozens of issues related to X.org libraries like this one:
Integer overflow in X.org libXfixes before 5.0.3 on 32-bit platforms might allow remote X servers to gain privileges via a length value of INT_MAX, which triggers the client to stop reading data and get out of sync.
I'm fairly certain spark doesn't use even a part of the X Window System for anything.
Could you start with a smaller image with less security surface area and build this on that?
Or, barring that, would you accept a patch that fixes this issue and allows spark to run in a lightweight container?