|
|
|
|
|
by Szpadel
1124 days ago
|
|
agree, i wanted to just add that this paper might be right for projects that are not actively developed anymore something like bash or coreutils etc, as there this is fairly well tested code and there aren't that many added features that could introduce issues. for anything that is actively developed it's a whole other story, even if you are confident that the current codebase is safe, each added feature has a risk that it breaks some unwritten contract somewhere and introduces security issues. eg. look at recent vulnerability in sudo, at and second sight it was safe and secure, triggering it required unobvious corner case. how many of similar issues you could have in your codebase that could be dormant for years? |
|
both of these projects are still actively developed.
* https://lists.gnu.org/archive/html/bash-announce/2022-09/msg...
* https://lists.gnu.org/archive/html/coreutils-announce/2023-0...