State of the Software Supply Chain 2021
sonatype.com
State of the Software Supply Chain 2021
1–10 of 14 posts
Re: State of the Software Supply Chain 2021
#2Re: State of the Software Supply Chain 2021
#3Re: State of the Software Supply Chain 2021
#4Perhaps 'security by obscurity' has its parallel in 'vulnerability in popularity'.
While not a good security tactic in general, there is something to the fact that an obscure library will be less exploited.
Re: State of the Software Supply Chain 2021
#5The more time you spend updating dependencies, the less time you spend actually coding things. Well, unless the updates actually give you new features, which is generally not what people are looking for when running an update for some reason.
Re: State of the Software Supply Chain 2021
#6With so many irrelevant advisories, I'm not sure I can take much from this report TBH. Not to mention that I disagree about MTTU, a stat that is clearly skewed toward pencil pushers. The more time you spend updating dependencies, the less time you spend actually coding things. Well, unless the updates actually give you new features, which is generally not what people are looking for when running an update for some re…
Re: State of the Software Supply Chain 2021
#7Or, y'know, think carefully before adding a dependency to your project, and add as few dependencies as possible.
Re: State of the Software Supply Chain 2021
#8Re: State of the Software Supply Chain 2021
#9"Vulnerabilities are more common in popular projects." - meaning more popular projects have more known issues, which seems kind of obvious. Perhaps 'security by obscurity' has its parallel in 'vulnerability in popularity'. While not a good security tactic in general, there is something to the fact that an obscure library will be less exploited.
Re: State of the Software Supply Chain 2021
#10With so many irrelevant advisories, I'm not sure I can take much from this report TBH. Not to mention that I disagree about MTTU, a stat that is clearly skewed toward pencil pushers. The more time you spend updating dependencies, the less time you spend actually coding things. Well, unless the updates actually give you new features, which is generally not what people are looking for when running an update for some re…
Yeah oddly the outcome of MTTU is a maintained transitive tree seems to be a better indicator of security status than any other more complex framework. How to do it effectively is a matter on to itself