vote up 3 vote down star
1

In general, what is best book to read about the security issues that should be kept in mind while programming?

What should a c++ programmer know about security?

flag

6 Answers

vote up 2 vote down

http://www.owasp.org/

link|flag
vote up 1 vote down

Not specific to C++, but James Whittaker's How to break software security and How to Break Software are a great read, and should be very relevent.

link|flag
vote up 3 vote down

This is a recent study about the Top 25 programming errors which cause security issues. If you can stay away from these you will be writing fairly secure code.

I think for a book you would probably want something more domain specific. Web aps have a whole heap of different security issues to say writing aps for a mobile phone.

link|flag
vote up 2 vote down

Writing Secure Code, published by Microsoft (cue sarcastic comments), is a very good general security reference for Windows developers specifically and is also useful in the more general case for other environments. I understand it was required reading for developers at Microsoft during the Vista development cycle.

link|flag
vote up 1 vote down

Security Engineering by Ross Anderson, the first version is available for free online as downloadable PDFs.

link|flag
vote up 0 vote down

SecureCoding for c,c++ developer

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.