This concise and practical book shows where code vulnerabilities lie-without delving into the specifics of each system architecture, programming or scripting language, or application-and how best to fix them Based on real-world situations taken from the author's experiences of tracking coding mistakes at major financial institutions Covers SQL injection attacks, cross-site scripting, data manipulation in order to bypass authorization, and other attacks that work because of missing pieces of code Shows developers how to change their mindset from Web site construction to Web site destruction in order to find dangerous code
While all of the principles still apply, the book is starting to show its age. Samples in 'old' languages and providing examples, which, when ported to modern technology would now also be considered weak.
Great book for junior developers looking for an introduction to web security. A bit too basic for the more experienced developers. You should not be allowed to write a public web application without the knowledge in this book.
A awesome book that can let you know what to consider on the source code level about security when developing web applications. Full of real cases and insightful analysis.