• roofuskit@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      11 hours ago

      They worry about someone replacing the docker image on the hosting server with a malicious modified version for people to pull down during updates.

      • zalgotext
        link
        fedilink
        arrow-up
        6
        ·
        10 hours ago

        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

      • GreenKnight23@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        13 hours ago

        ddos is vaguely related to a supply chain attack in the sense that it can be used as a distraction to implement said chain attack. it was pretty common tactic at one point.

        • disrupt services
        • implement bad library in backups as all focus turns to production
        • destroy production enough to require a restore

        I think this is what they meant, but it’s a stretch.