|
|
|
|
|
by lozenge
1011 days ago
|
|
The yarn.lock includes checksums, if yarn is not checking checksums properly then that affects every project in Node.js, not just this one. Malicious code with the correct checksum? VSCode team is not auto updating dependencies but I also doubt they are reviewing the source code of every package they update. I've never worked anywhere that does. So yeah, "gulp-vinyl-zip" (or any other package used at build time) could add some code that secretly triggers when run in the VSCode repository and makes some malicious source code changes. But, it's still going to be the same code in VSCode and VSCodium. Unless the attacker decides to use specific logic to target one or the other. |
|