• folekaule@lemmy.world
    link
    fedilink
    arrow-up
    16
    ·
    22 hours ago

    Pinned (major.minor.patch) versions and ignore-scripts should be the default. It’s insane that the default is to execute untrusted code from the Internet.

    It reminds me of back when IE would let me download a bat file and execute it

    /Getoffmylawn

    • Ephera@lemmy.ml
      link
      fedilink
      English
      arrow-up
      4
      ·
      15 hours ago

      I mean, modern package managers generally now come with lock files, which effectively auto-pin your dependencies, until you trigger a dependency update.

      And while it isn’t bullet-proof, it does result in you effectively having a dependency cooldown most of the time. You’re only vulnerable, if you trigger the dependency update while the compromised dependency release is public.

      Obviously, this can be bad enough, but it does also mean that an ecosystem with lock files is far less attractive to target with a supply-chain attack, since far fewer hosts will get compromised on average.