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?
|
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?
|
|||
|
|
|
|
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. |
||
|
|
|
|
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. |
||
|
|
|
|
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. |
||
|
|
|
|
Security Engineering by Ross Anderson, the first version is available for free online as downloadable PDFs. |
||
|
|