• RustyNova@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    3 months ago

    As a nix user, I wouldn’t laugh. We are vulnerable to this type of attack as well.

    Heck, it’s surprising we aren’t full of malware considering how many packages there are, and an easy supply chain attack vector with auto RyanTM PRs.

    • thegerald@lemmy.zip
      link
      fedilink
      arrow-up
      1
      ·
      12 days ago

      I’m in the same boat. I think its a legit reason for someone to avoid nix unfortunately. Do you know of any efforts to mitigate this? Besides having reviews …

    • Kronusdark@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 months ago

      Yea. especially if you use flakes heavily. It’s so decentralized it could take longer to catch.

    • danhab99@programming.devOP
      link
      fedilink
      arrow-up
      0
      ·
      3 months ago

      I don’t see how it would happen. Nix is immune bc hashes are constantly checked, you can’t swap in malicious code without a person noticing bc it might throw a mismatched hash error. Also nixpkgs has been really good about vetting packages, I don’t expect them to look too closely into the source codes of everything but if something malicious were to happen like what is happening to AUR someone would see it way faster