Hacker News new | ask | show | jobs
by 2fast4you 1333 days ago
Why would the test dependencies have access to production secrets? They only get installed while developing
1 comments

They still get run on a developer’s machine most of the time and are at least installed there where they can run arbitrary code on install. And there are juicy secrets beyond just production server secrets sitting on your laptop.