Re: Public disclosure of discovered vulnerabilities
From: Ketil Malde (ketil+news_at_ii.uib.no)
Date: 06/09/05
- Next message: Bryan Olson: "Re: Public disclosure of discovered vulnerabilities"
- Previous message: Jan Vorbrüggen: "Re: Public disclosure of discovered vulnerabilities"
- In reply to: Douglas A. Gwyn: "Re: Public disclosure of discovered vulnerabilities"
- Next in thread: Bryan Olson: "Re: Public disclosure of discovered vulnerabilities"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 09 Jun 2005 12:30:43 +0200
"Douglas A. Gwyn" <DAGwyn@null.net> writes:
>>>> ... A "safe PL" contributes to programmer productivity,
>>>> allowing more programs to be written in a given time for a given
>>>> cost. That is "a good thing".
>>> No, it isn't: that increases the amount of incorrect
>>> code that is cranked out, which spreads the disease
>>> faster and farther.
>> Do you have any evidence that this is the case?
> It was previously noted that such a PL doesn't
> change an incorrect algorithm into a correct one.
I see. So your point is that most bugs and security issues are due to
incorrect choice of algorithm, and being well-versed in the technical
intricacies of languages like C is a necessary and/or sufficient
qualification for selecting good algorithms?
Of course the language doesn't fix a broken algorithm. However, it
influences how easy it is to implement the algorithm correctly. It
influences how easy it is to write modular code -- which again
influences how easy it is to replace a poor algorithm with a better
one.
Software development is a tradeoff between cost, bugs and
functionality, and problem domain, tools and processes impact the
balance. To point to secure programs in C or assembly proves nothing,
unless you also take into account the effort of producing (and
securing) those programs.
-k
-- If I haven't seen further, it is by standing in the footprints of giants
- Next message: Bryan Olson: "Re: Public disclosure of discovered vulnerabilities"
- Previous message: Jan Vorbrüggen: "Re: Public disclosure of discovered vulnerabilities"
- In reply to: Douglas A. Gwyn: "Re: Public disclosure of discovered vulnerabilities"
- Next in thread: Bryan Olson: "Re: Public disclosure of discovered vulnerabilities"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|