|
|
|
|
|
by frenchtoast8
456 days ago
|
|
The version numbers aren't immutable, so an attacker can just update the versions to point to the compromised code, which is what happened here. Commit hashes are a great idea, but you still need to be careful: lots of people use bots like Renovate to update your pinned hashes whenever a new version is published, which runs into the same problem. |
|
In other words: you specify version 44, the attacker creates 44.1, you're still hosed.