@cm0002@lemmy.world to Programmer Humor@programming.dev • 13 hours agoHow Docker was bornlemmy.mlimagemessage-square28fedilinkarrow-up1610arrow-down115cross-posted to: programmerhumor@lemmy.ml
arrow-up1595arrow-down1imageHow Docker was bornlemmy.ml@cm0002@lemmy.world to Programmer Humor@programming.dev • 13 hours agomessage-square28fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-square@roofuskit@lemmy.worldlinkfedilinkEnglish3•8 hours agoThey worry about someone replacing the docker image on the hosting server with a malicious modified version for people to pull down during updates.
minus-square@zalgotext@sh.itjust.workslinkfedilink5•8 hours agoThis worry exists for literally every 3rd party dependency, not just docker, and is addressed the same way - by running tests and vulnerability scans in a sandboxed test environment before shipping to prod
minus-square@roofuskit@lemmy.worldlinkfedilinkEnglish1•7 hours agoI was just answering a question. I had the same response above.
They worry about someone replacing the docker image on the hosting server with a malicious modified version for people to pull down during updates.
This worry exists for literally every 3rd party dependency, not just docker, and is addressed the same way - by running tests and vulnerability scans in a sandboxed test environment before shipping to prod
I was just answering a question. I had the same response above.
And I was just adding extra details