Hacker News new | ask | show | jobs
by codenesium 2051 days ago
They likely put a program on the build server to make the changes after checkout before build. Which would be impossible to detect.
1 comments

"impossible to detect" except for all the merge conflicts and build breaking changes, etc
Huh? After the build server checks out the code, write malicious code to the source files directly just before the compilation step. No merge conflicts or breaking changes unless the added code failed to compile. It's reasonable to guess they had access to the source from the build server, so they could reproduce this environment themselves and test on their own.