|
|
|
|
|
by yoloClin
2439 days ago
|
|
That doesn't solve anything. I use countless docker images. My PII/other data of value is also stored on a bunch of hosts who I have no oversight or control over, I'm sure at least some of those rely on random fragments of code sourced from repos. It'll only be a matter of time before there's a huge breach as a result of tainted software ending up in a popular docker build, github repo, or packaged into a mainstream Linux distro repo. I have no idea if distros inspect package source, last time I googled it, I couldn't find any indication either way. |
|
Which is why you need to build your own if this is the threat model.
> My PII/other data of value is also stored on a bunch of hosts who I have no oversight or control over,
Correct, this is why companies perform security assessments of vendors before granting access to sensitive data, and have contracts in place that help hold the vendors accountable.
> I have no idea if distros inspect package source, last time I googled it, I couldn't find any indication either way.
It would depend on the distro and maintainer of course, but I'd expect they do to some degree as their personal and professional reputations depend on it.