Jump to ratings and reviews
Rate this book

Secure Programming with Static Analysis

Rate this book
This is the eBook version of the printed book. If the print book includes a CD-ROM, this content is not included within the eBook version.The First Expert Guide to Static Analysis for Software Security! Creating secure code requires more than just good intentions. Programmers need to know that their code will be safe in an almost infinite number of scenarios and configurations. Static source code analysis gives users the ability to review their work with a fine-toothed comb and uncover the kinds of errors that lead directly to security vulnerabilities. Now, there's a complete guide to static how it works, how to integrate it into the software development processes, and how to make the most of it during security code review. Static analysis experts Brian Chess and Jacob West look at the most common types of security defects that occur today. They illustrate main points using Java and C code examples taken from real-world security incidents, showing how coding errors are exploited, how they could have been prevented, and how static analysis can rapidly uncover similar mistakes. This book is for everyone concerned with building more secure developers, security engineers, analysts, and testers. Coverage Why conventional bug-catching often misses security problems How static analysis can help programmers get security right The critical attributes and algorithms that make or break a static analysis tool 36 techniques for making static analysis more effective on your code More than 70 types of serious security vulnerabilities, with specific solutions Example vulnerabilities from Firefox, OpenSSH, MySpace, eTrade, Apache httpd, and many more Techniques for handling untrusted input Eliminating buffer tactical and strategic approaches Avoiding errors specific to Web applications, Web services, and Ajax Security-aware logging, debugging, and error/exception handling Creating, maintaining, and sharing secrets and confidential information Detailed tutorials that walk you through the static analysis process "We designed Java so that it could be analyzed statically. This book shows you how to apply advanced static analysis techniques to create more secure, more reliable software." - Bill Joy, Co-founder of Sun Microsystems, co-inventor of the Java programming language "'Secure Programming with Static Analysis' is a great primer on static analysis for security-minded developers and security practitioners. Well-written, easy to read, tells you what you need to know." - David Wagner, Associate Professor, University of California Berkeley "Software developers are the first and best line of defense for the security of their code. This book gives them the security development knowledge and the tools they need in order to eliminate vulnerabilities before they move into the final products that can be exploited." - Howard A. Schmidt, Former White House Cyber Security Advisor

Kindle Edition

First published June 1, 2007

2 people are currently reading
17 people want to read

About the author

Brian Chess

2 books

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
0 (0%)
4 stars
3 (100%)
3 stars
0 (0%)
2 stars
0 (0%)
1 star
0 (0%)
Displaying 1 of 1 review
Profile Image for Fahad Naeem.
226 reviews56 followers
January 19, 2018
This book is based on clearing loop-holes in a program using Software Security and Static Source Code. It discusses common programming errors that are the basis of security problems. Brian presented procedures to review code and fix errors and algorithmic analysis. It discusses System related functions and how to use them properly so that it does not pose a security threat. Research tools are also discussed.
In Secure Programming, basic programming errors like handling input, buffer overflow, and exceptions are analyzed. This book is a must-read for beginners and programmers who want to build a secure and close to error-prone code.
Displaying 1 of 1 review

Can't find what you're looking for?

Get help and learn more about the design.