We should all be using dependency cooldowns
blog.yossarian.net
We should all be using dependency cooldowns
1–10 of 287 posts
Re: We should all be using dependency cooldowns
#2For projects with hundreds or thousands of active dependencies, the feed of security issues would be a real fire hose. You’d want to use an LLM to filter the security lists for relevance before bringing them to the attention of a developer.
It would be more efficient to centralize this capability as a service so that 5000 companies aren’t all paying for an LLM to analyze the same security reports. Perhaps it would be enough for someone to run a service like cooldown.pypi.org that served only the most vetted packages to everyone.
Re: We should all be using dependency cooldowns
#3Re: We should all be using dependency cooldowns
#4Except if everyone does it chance of malicious things being spotted in source also drops by virtue of less eyeballs
Still helps though in cases where maintainer spot it etc
Re: We should all be using dependency cooldowns
#5Re: We should all be using dependency cooldowns
#6I hate this. Delaying real bugfixes to achieve some nebulous poorly defined security benefit is just bad engineering.
Re: We should all be using dependency cooldowns
#7> we should all Except if everyone does it chance of malicious things being spotted in source also drops by virtue of less eyeballs Still helps though in cases where maintainer spot it etc
Re: We should all be using dependency cooldowns
#8Doesn't this mean you're leaving yourself open to known vulnerabilities during that "cool down" time?