You must log in or # to comment.
The Go programming language allows developers to fetch modules directly from version control platforms like GitHub.
This is absolutely not just specific to Go.
- PyPi
- npm
- Maven Central
- Docker Hub
- Artifact Hub
- PPA
- AUR
The problem isn’t specific to anything. It’s also not specific to malware. Vulnerabilities are just as dangerous, if not more so.
Aaah finally, malware for Linux, truly the year of the Linux Desktop!
Notice me Hacker Senpai!
We made it! I never thought I’d live to see this day!
deleted by creator
The one, fool-proof solution to supply chain attacks? Write all your own dependencies.
I’m already writing my own dependency to check if a number is even:
if (number == 0) return true if (number == 1) return false if (number == 2) return true if (number == 3) return false
I’m almost there!