Open subinsaji opened 6 months ago
In response to this I intend to add some documentation for epics containers that discusses supply chain security.
@subinsaji I don't think we can close this.
Even if there is no vulnerability any more, I need to address the question of how this is mitigated in the world of containers and document it so that we can reassure potential users.
@subinsaji however I'm interested in why you closed it - have you looked at the CVE?
Hi @gilesknap. I have not looked at the CVE and my mistake as I should not have closed this issue.
Here is a trascript of the demo I intend to run at the epics-containers workshops that goes into this issue.
StacksRox scans all of the running containers in the cluster for Common Vunerabilities and Exposures (CVEs.)
It can be set up to alert users when significant problems are detected.
I thought we'd take a look at a specific example to illustrate how security in containers looks.
In our ioc-adaravis container that we use for GigE Cameras there is a bit of suspect script – lets take a look at the reasons why this is not in fact an issue.
If you did not have Kubernetes but were using containerized IOCs you could scan your container registry or cache in a similar fashion with one of these tools:
https://www.practical-devsecops.com/top-container-security-tools/
Following up from the EPICS collaboration meeting, Ralph Lange and others from the community talked about the security of
ibek-support
and some reservations about using it.Ralph pointed out the
xz-utils
backdoor that was recently discovered. Would the K8s CVE scanning know about this vulnerability and what aboutibek-support
picking this up or other vulnerabilities?