, 2006-05-01
Sendmail's wide market share, ancient code base and long vulnerability history make it an interesting example about the need for software to start from a secure design.
Expand all |
Post comment
|
Sendmail and secure design
, 2006-05-01 Sendmail's wide market share, ancient code base and long vulnerability history make it an interesting example about the need for software to start from a secure design.
Expand all |
Post comment
|
|
|
Privacy Statement |
As such, maturity generally helps ferret out bugs. However, we have to be careful in fixing bugs (particularly design mistakes) that we don't introduce new errors.
Every change, even a vulnerability fix, has the potential to introduce new vulnerabilities. As such, only an absolutely static codebase will exhibit a static (finite) number of vulnerabilities. New code can increase the vulnerability total, and so long as the codebase continues to change, the risk potential is always there.
[ reply ]
Link to this comment: http://www.securityfocus.com/comments/columns/400/33575#33575