Categories
- Chronicles (59)
- Community and Society (91)
- Ecology & Environment (12)
- Essays (32)
- Events (25)
- Gourmet (30)
- Info & Biz Technology (290)
- Linux & Open Source (103)
- Linux Journal Index (14)
- Mobility (20)
- Multimedia (17)
- OpenDocument Format (64)
- Web 2.0 (68)
- Linux & Open Source (103)
- Metaphysics (32)
- Misc (8)
- Music & Podcasts (39)
- Podcast: brazilian jazz (8)
- Podcast: general (13)
- Travels (67)
- Central Asia 2007 (29)
- Vegetarianism (10)
Short updates
Software Security from a Specialist: Gary McGraw
0
comments
By AviPublished:
Thu, 27 Dec 2007 15:48:11 +0000
Updated:
Tue, 05 Aug 2008 13:45:52 +0000
Published:
27 Dec 2007
Updated:
5 Aug 2008
Published:
3:48 pm
Updated:
1:45 pm
Categories: Linux & Open Source
Tags: lang:en tech:ok
Some points he touched:
- Software security is about how to approach computer security if you are a developer or a software architect.
- Security problems come from 2 points: (a) bad or buggy implementation as buffer overflows etc and (b) lack or poor architectural risk analysis. So even if you took a lot of care while writing the code you may have forgotten completely to authenticate users. This is a bad design (b) issue. Both problems — implementation and design — must be mitigated.
- You can’t be 100% secure, but if you have considered security in the design and in the implementation of your software, you will be a lot better than simply shipping software without thinking about security.
- Although people may have very good reasons to think that Open Source software is less secure than closed source because a cracker can see the code and find flaws, the bad guys actually use the binary version of a software to find the flaws, using low level debuggers, stack analyzers, decompilers and other kinds of things. Open Source software is not really in any worse shape that any other kind of software. He also says that Open Source software is not also better, from a security perspective. He does not believe in that theory that everybody is looking at the code and may find and fix bugs. Me neither.
I guess this is my last post of 2007 and I wish everybody a happy new year.