logoalt Hacker News

stephbookyesterday at 6:14 PM1 replyview on HN

I think roll-out and deployment are even bigger issues. Who updates their software stack within 10 minutes? Most CI runs take longer to verify the business logic is still working.

Add to that the danger of supply-chain attacks where you don't even want automatic updates.


Replies

talon8635yesterday at 9:18 PM

Your last point is the conundrum I keep running up against

It’s a trap regardless:

A) run a known vuln B) accept and run any and all updates immediately… which could be compromised

Maybe A is worse because it’s a known vuln?

show 1 reply