Linked by Thom Holwerda on Wed 15th Apr 2009 09:54 UTC
Thread beginning with comment 358691
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
News
Linked by Thom Holwerda on 05/18/13 21:06 UTC
Linked by Thom Holwerda on 05/18/13 7:37 UTC
Linked by fran on 05/18/13 1:38 UTC
Linked by Thom Holwerda on 05/17/13 23:35 UTC, submitted by kragil
Linked by MOS6510 on 05/17/13 22:22 UTC
Linked by Thom Holwerda on 05/17/13 22:15 UTC, submitted by Tom
Linked by Thom Holwerda on 05/16/13 21:41 UTC
Linked by Thom Holwerda on 05/16/13 17:04 UTC
Linked by Thom Holwerda on 05/16/13 13:17 UTC
Linked by Thom Holwerda on 05/16/13 12:06 UTC
More News »
Sponsored Links



Member since:
2009-04-15
This is really the wrong question - which can easily be seen in the responses. When you search for someone to blame - you get into a mindset about how you (or your code) are better and everyone else is lazy, stupid, irresponsible, blah blah blah...
Rather than asking who is to blame, ask what accountabilities each persons has in the solution!
Everyone has a responsibility,
- the architect should design inheritably secure and maintainable systems.
- the coder should learn and practice writing secure code, and his peers should review code with security in mide
- the maintainer should patch security holes quickly
- the build system should automatically run software through the numerous validation systems out there that automatically identify basic security gaps (so our energies can be focused on finding real / difficult issues)
- the packager should ensure the software is installed in a secure fashion
- distributions should ship secure defaults, tools that help keep it secure when being reconfigured, and patch software quickly
- the administrator and support staff should understand security and configure/maintain computers securely
- the end user should ensure they install known software, remove software they don't use, and keep the system patched / up to date
Most importantly, journalists and other writers like yourself should create constructive conversations by not focusing on "blame" but focusing on "accountability". It breeds more creative, more considered, and broader thinking solutions... which results in more security.