mox@lemmy.sdf.org to Programming@programming.dev · 22 hours agoHundreds of code libraries posted to NPM try to install malware on dev machinesarstechnica.comexternal-linkmessage-square3fedilinkarrow-up162arrow-down10
arrow-up162arrow-down1external-linkHundreds of code libraries posted to NPM try to install malware on dev machinesarstechnica.commox@lemmy.sdf.org to Programming@programming.dev · 22 hours agomessage-square3fedilink
minus-squarewkk@lemmy.worldlinkfedilinkarrow-up5·7 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-up2·3 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.