Dr. Dobb's is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.


Channels ▼
RSS

Security

The Art of Software Security Assessment


Adam can be contacted at [email protected]/


The Art of Software Security Assessment
Mark Dowd, John McDonald, and Justin Schuh
Addison-Wesley Professional, 2006
1200 pps., $54.99
ISBN-10: 0321444426

Testing the security of an application is a must these days for even the smallest application, so when The Art of Software Security Assessment: Identifying and Preventing Software Vulnerabilities, by Mark Dowd, John McDonald, and Justin Schuh landed on my desk (and coming in at just under 1200 pages it made a significant thud) I was looking forward to reading it. By the time I finished it however, that enthusiasm had been gradually replaced by disappointment.

To the author's credit, they suggest a number of tracks to help the reader through the book, each of which covers the first four chapters and a selection of later chapters which go into more detail on specific topics. Since I deal mainly with web application I chose the web track. As mentioned, things got off to a promising start with chapters on Software Vulnerability Fundamentals, Design Review, Operational Review, and Application Review Process. Anyone involved in reviews could benefit from these as they set a comprehensive foundation for doing any software assessment whether it is for security or any other topic. The only thing I found myself looking during this section was a more thorough discussion of the common vulnerability classes instead of just the broad buckets that they aggregate up to: design, implementation and operation.

What disappointed me most though was the very reason I read the book -- the web application content. The examples in the chapter on "Strings and Metacharacters" are all C with a few Perl ones added for a bit of diversity but there are no Java or .NET ones which are what most web applications are developed in these days. The same fault can be raised for the "Synchronization and State" chapter. As for the specific "Web Applications" and "Web Technologies" chapters, they are written in a much higher technology level than the rest of the book which makes it feel like they were added at the insistence of the publisher in order to get a wider audience and not because the authors had a lot of knowledge to pass onto the reader. My copy is significantly less marked up in the chapters that I was looking forward to than the opening chapters.

If you work in a non-C shop or web application shop, this book is likely not the one you are looking for. However, if you are writing or auditing thick client C programs there is a lot of value to be had from this tome.


Related Reading


More Insights






Currently we allow the following HTML tags in comments:

Single tags

These tags can be used alone and don't need an ending tag.

<br> Defines a single line break

<hr> Defines a horizontal line

Matching tags

These require an ending tag - e.g. <i>italic text</i>

<a> Defines an anchor

<b> Defines bold text

<big> Defines big text

<blockquote> Defines a long quotation

<caption> Defines a table caption

<cite> Defines a citation

<code> Defines computer code text

<em> Defines emphasized text

<fieldset> Defines a border around elements in a form

<h1> This is heading 1

<h2> This is heading 2

<h3> This is heading 3

<h4> This is heading 4

<h5> This is heading 5

<h6> This is heading 6

<i> Defines italic text

<p> Defines a paragraph

<pre> Defines preformatted text

<q> Defines a short quotation

<samp> Defines sample computer code text

<small> Defines small text

<span> Defines a section in a document

<s> Defines strikethrough text

<strike> Defines strikethrough text

<strong> Defines strong text

<sub> Defines subscripted text

<sup> Defines superscripted text

<u> Defines underlined text

Dr. Dobb's encourages readers to engage in spirited, healthy debate, including taking us to task. However, Dr. Dobb's moderates all comments posted to our site, and reserves the right to modify or remove any content that it determines to be derogatory, offensive, inflammatory, vulgar, irrelevant/off-topic, racist or obvious marketing or spam. Dr. Dobb's further reserves the right to disable the profile of any commenter participating in said activities.

 
Disqus Tips To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy.