|
|
|
|
|
by chlorion
1347 days ago
|
|
>How do you know they are unsafe? Have they been audited and memory un-safety been found? Security vulnerabilities caused by memory safety errors can be an indication. The number of CVEs doesn't necessarily indicate the number of errors in the code, or whether or not something is secure, since there are a lot of factors at play. A project with many CVEs could be a good sign since it means people are actively looking for and reporting issues for example. Alternatively a project with few CVEs might have a ton of hidden bugs. It's not a perfect measure for sure, but it can at least prove that there are real world memory safety bugs that can have disastrous effects if left unfixed. https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=ntpd https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=chrony |
|