logoalt Hacker News

sandeepkdyesterday at 9:27 PM2 repliesview on HN

Every change would introduce the possibility of a vulnerability being added to the system and one would need to run the LLM scan across the entire code base. It gets very costly in a environment where you are doing regular commits. Companies like Github already provide scanning tools for static analysis and the cost is already high for them.


Replies

pianopatrickyesterday at 11:16 PM

Might lead to a move away from continuous delivery back towards batched releases.