mox@lemmy.sdf.org to Programming@programming.dev · 20 hours agoHundreds of code libraries posted to NPM try to install malware on dev machinesarstechnica.comexternal-linkmessage-square3fedilinkarrow-up160arrow-down10cross-posted to: pulse_of_truth@infosec.pubtechnology@lemmy.worldcybersecurity@sh.itjust.works
arrow-up160arrow-down1external-linkHundreds of code libraries posted to NPM try to install malware on dev machinesarstechnica.commox@lemmy.sdf.org to Programming@programming.dev · 20 hours agomessage-square3fedilinkcross-posted to: pulse_of_truth@infosec.pubtechnology@lemmy.worldcybersecurity@sh.itjust.works
minus-squarewkk@lemmy.worldlinkfedilinkarrow-up4·5 hours agoPython with PyPI, C# with Nuget, Docker with Dockerhub, Java with Maven Central, hell even just regular Linux packages from dodgy repositories… Supply chain attacks concern almost everything everyone everywhere.
minus-squaremox@lemmy.sdf.orgOPlinkfedilinkarrow-up1·2 hours agoThis is one of the more important reasons to minimize dependencies and be very picky about the ones we adopt.
Python with PyPI, C# with Nuget, Docker with Dockerhub, Java with Maven Central, hell even just regular Linux packages from dodgy repositories…
Supply chain attacks concern almost everything everyone everywhere.
This is one of the more important reasons to minimize dependencies and be very picky about the ones we adopt.