Can We Trust the Libraries We Use?
viva64.com
Can We Trust the Libraries We Use?
1–10 of 55 posts
Re: Can We Trust the Libraries We Use?
#2Re: Can We Trust the Libraries We Use?
#3Re: Can We Trust the Libraries We Use?
#4Re: Can We Trust the Libraries We Use?
#5Re: Can We Trust the Libraries We Use?
#6Code coverage and static analysis are such valuable tools, I can't believe they are not used more and more frequently .. it really seems that a lot of open source projects would benefit from a coverage/analysis phase on checkin.
Re: Can We Trust the Libraries We Use?
#7Re: Can We Trust the Libraries We Use?
#8Code coverage and static analysis are such valuable tools, I can't believe they are not used more and more frequently .. it really seems that a lot of open source projects would benefit from a coverage/analysis phase on checkin.
It seems that Coverity[0] is offering free static analysis to open source projects. Even if it is a marketing move, it will benefit the open source ecosystem in the long run. You'll waste some time analyzing false positive defects, the handful of critical/security error found make it worth it in my opinion. Notably the duplicate "goto fail" in one of the recent apple vulnerability should have triggered the dead code…
Re: Can We Trust the Libraries We Use?
#9Now, is anybody doing that? Anybody? (Sound of crickets chirping)