Hacker News new | ask | show | jobs
by saturn_vk 10 days ago
IIRC, go cannot run arbitrary code at build time, so that should not make it vulnerable
2 comments

That changes nothing. If you're downloading packages pushed by randoms, then it's vulnerable. There is no escaping it. Go's module index is filled with people's GitHub repositories. You have no idea what's inside those things unless you review the source yourself.