• @DangerousDetlef
    link
    English
    121 year ago

    The really scary thing is probably the malicious npm dependencies. If I think about the projects at work with and all the different packages and the hundreds of dependencies no one knows. And it’s probably even worse in really big companies like Microsoft or Facebook, they probably got thousands across their products. I hope for us all that they scan them very regularly.

    • @bassomitron
      link
      English
      31 year ago

      This is why my work will only use enterprise supported distros like RHEL. We don’t have the manpower to stay on top of every single package update to ensure they’re absolutely safe.

      • @[email protected]
        link
        fedilink
        English
        41 year ago

        What does RHEL have to do about NPM package dependencies in software projects? A server or a developer’s desktop machine using RHEL would still be pulling the same packages from NPM as another other distro…unless I’m missing something?

        • @bassomitron
          link
          English
          41 year ago

          You’re right, I’m a dumb dumb and misread the whole thing as RPM, whoops!

          • @[email protected]
            link
            fedilink
            English
            21 year ago

            No worries! I thought maybe RHEL had like their own NPM repo or something (I think NixOS has python packages, so that kind of thing isn’t unheard of), but then that didn’t really make sense so I wanted to make sure I was understanding.

  • @entropicshart
    link
    English
    91 year ago

    There goes the argument of non technical users falling for scams. The tables have turned!

    I do wonder if this would be negated by containered applications

  • style99
    link
    fedilink
    51 year ago

    Examine dependencies and installation scripts. Very recently published, net-new packages, or scripts or dependencies that make network connections during installation should receive extra scrutiny.

    I’m a little surprised npm doesn’t already do this and give you a big blinking warning in the install process about it.

  • @[email protected]
    link
    fedilink
    English
    11 year ago

    How do Linux distro’s deal with this? I feel like however that’s done, I’d like node packages to work in a similar way - “package distro’s”. You could have rolling-release, long-term service w/security patches, an application and verification process for being included in a distro, etc.

    It wouldn’t eliminate all problems, of course, but could help with several methods of attack, and also help focus communities and reduce duplication of effort.

    • style99
      link
      fedilink
      11 year ago

      Linux distros typically use a key signing party to help shore up their security concerns, but I wonder how github would go about implementing something like that.