Dependency Confusion Attacks: How Package Names Steal Your Code
Dependency confusion attacks happen because package managers default to checking public registries, even when you're using private packages. Attackers upload malicious code with internal package names. Your CI/CD pulls and executes attacker code.
The...
blog.jacobalcock.co.uk5 min read