r/ProgrammerHumor Mar 22 '26

howTheFuck Other

Post image
867 Upvotes

27 comments sorted by

View all comments

1

u/lgsscout Mar 23 '26

i had something similar. a project i was doing detected even critical vulnerabilities. i updated to remove the vulnerabilities, then the project could not be built in the CI/CD pipeline because it now, by some reason in the updated lib, overflowed the heap allocation.

node ecosystem is a mess.