• 0 Posts
  • 3 Comments
Joined 1 year ago
cake
Cake day: March 21st, 2024

help-circle

  • Well that’s certainly no light read - I’ll admit that I’ve only read the first six sections of the document for now

    The crux of it that I could see was the initial repo that was backdoored contained a malicious Windows command in the PreBuildCommand field of .vbproj file

    My initial thoughts would be that it might be advisable for build tools to confirm any defined build commands with the user when it detects a command not seen before?

    I suppose otherwise the argument could be made that if you’re downloading and compiling code that is backdoored, if you’re not checking .vbproj or equivalents, you’re probably also not auditing any source code either and you’re being pwned either way.