|
|
|
|
|
by allset_
2439 days ago
|
|
> I use countless docker images 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. |
|
I am an individual, I cannot review every container I have control over, and version pinning might lead to unpatched publicly disclosed vulns. I could code review a few, but there's no way I could cover everything I run on my own. Add in $random_distro_packages and $random_git_clones and the ratio of review to functional use would be 10:1.
> 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 am an individual, I have virtually no control over which companies hold my data. Security in most medium to large organisations leaves a lot to be desired. I highly doubt project teams in large companies that don't care about security evaluate docker containers for security. I have no control over it, and laws in most/all countries to enforce professional negligence are toothless.
> 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.
That's awfully optimistic of you. Their reputation depends more on them delivering quality, functional releases in a timely manner. Larger distributions probably have some level of security audit but I don't know what level that is, and haven't seen any public details which indicate it, either.