Secure Programming with Static Analysis (Addison-Wesley Software Security Series) 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024


Secure Programming with Static Analysis (Addison-Wesley Software Security Series)

简体网页||繁体网页
Brian Chess 作者
Addison-Wesley Professional
译者
2007-07-09 出版日期
624 页数
USD 49.99 价格
Paperback
丛书系列
9780321424778 图书编码

Secure Programming with Static Analysis (Addison-Wesley Software Security Series) 在线电子书 图书标签: Computer.Security  安全  Computer.Programming  静态分析  软件安全  计算机科学  编程  程序分析   


喜欢 Secure Programming with Static Analysis (Addison-Wesley Software Security Series) 在线电子书 的读者还喜欢




点击这里下载
    

想要找书就要到 图书目录大全
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

发表于2024-07-03


Secure Programming with Static Analysis (Addison-Wesley Software Security Series) 在线电子书 epub 下载 mobi 下载 pdf 下载 txt 下载 2024

Secure Programming with Static Analysis (Addison-Wesley Software Security Series) 在线电子书 epub 下载 mobi 下载 pdf 下载 txt 下载 2024

Secure Programming with Static Analysis (Addison-Wesley Software Security Series) 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024



Secure Programming with Static Analysis (Addison-Wesley Software Security Series) 在线电子书 用户评价

评分

评分

评分

评分

评分

Secure Programming with Static Analysis (Addison-Wesley Software Security Series) 在线电子书 著者简介


Secure Programming with Static Analysis (Addison-Wesley Software Security Series) 在线电子书 图书目录


Secure Programming with Static Analysis (Addison-Wesley Software Security Series) 在线电子书 pdf 下载 txt下载 epub 下载 mobi 在线电子书下载

Secure Programming with Static Analysis (Addison-Wesley Software Security Series) 在线电子书 图书描述

<P style="MARGIN: 0px">The First Expert Guide to Static Analysis for Software Security!</P> <P style="MARGIN: 0px"> </P> <P style="MARGIN: 0px">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&rsquo;s a complete guide to static analysis: 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 software: developers, security engineers, analysts, and testers. </P> <P style="MARGIN: 0px"> </P> <P style="MARGIN: 0px">Coverage includes:</P> <P style="MARGIN: 0px"> </P> <P style="MARGIN: 0px">  Why conventional bug-catching often misses security problems</P> <P style="MARGIN: 0px">  How static analysis can help programmers get security right</P> <P style="MARGIN: 0px">  The critical attributes and algorithms that make or break a static analysis tool</P> <P style="MARGIN: 0px">  36 techniques for making static analysis more effective on your code</P> <P style="MARGIN: 0px">  More than 70 types of serious security vulnerabilities, with specific solutions</P> <P style="MARGIN: 0px">  Example vulnerabilities from Firefox, OpenSSH, MySpace, eTrade, Apache httpd, and many more</P> <P style="MARGIN: 0px">  Techniques for handling untrusted input</P> <P style="MARGIN: 0px">  Eliminating buffer overflows: tactical and strategic approaches</P> <P style="MARGIN: 0px">  Avoiding errors specific to Web applications, Web services, and Ajax</P> <P style="MARGIN: 0px">  Security-aware logging, debugging, and error/exception handling</P> <P style="MARGIN: 0px">  Creating, maintaining, and sharing secrets and confidential information</P> <P style="MARGIN: 0px">  Detailed tutorials that walk you through the static analysis process</P> <P style="MARGIN: 0px"> </P> <P style="MARGIN: 0px">“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.”</P> <P style="MARGIN: 0px">&ndash;Bill Joy, Co-founder of Sun Microsystems, co-inventor of the Java programming language</P> <P style="MARGIN: 0px"> </P> <P style="MARGIN: 0px">“'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.”</P> <P style="MARGIN: 0px">&ndash;David Wagner, Associate Professor, University of California Berkeley</P> <P style="MARGIN: 0px"> </P> <P style="MARGIN: 0px">“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.”</P> <P style="MARGIN: 0px">&ndash;Howard A. Schmidt, Former White House Cyber Security Advisor</P> <P style="MARGIN: 0px"> </P> <P style="MARGIN: 0px">BRIAN CHESS is Founder and Chief Scientist of Fortify Software, where his research focuses on practical methods for creating secure systems. He holds a Ph.D. in Computer Engineering from University of California Santa Cruz, where he studied the application of static analysis to finding security-related code defects.</P> <P style="MARGIN: 0px"> </P> <P style="MARGIN: 0px">JACOB WEST manages Fortify Software&rsquo;s Security Research Group, which is responsible for building security knowledge into Fortify&rsquo;s products. He brings expertise in numerous programming languages, frameworks, and styles together with deep knowledge about how real-world systems fail.</P> <P style="MARGIN: 0px"> </P> <P style="MARGIN: 0px">CD contains a working demonstration version of Fortify Software&rsquo;s Source Code Analysis (SCA) product; extensive Java and C code samples; and the tutorial chapters from the book in PDF format.</P> <P style="MARGIN: 0px"> </P> <P style="MARGIN: 0px"> </P> <P style="MARGIN: 0px">Part I: Software Security and Static Analysis 1</P> <P style="MARGIN: 0px">1 The Software Security Problem 3</P> <P style="MARGIN: 0px">2 Introduction to Static Analysis 21</P> <P style="MARGIN: 0px">3 Static Analysis as Part of the Code Review Process 47</P> <P style="MARGIN: 0px">4 Static Analysis Internals 71</P> <P style="MARGIN: 0px">Part II: Pervasive Problems 115</P> <P style="MARGIN: 0px">5 Handling Input 117</P> <P style="MARGIN: 0px">6 Buffer Overflow 175</P> <P style="MARGIN: 0px">7 Bride of Buffer Overflow 235</P> <P style="MARGIN: 0px">8 Errors and Exceptions 265</P> <P style="MARGIN: 0px">Part III: Features and Flavors 295</P> <P style="MARGIN: 0px">9 Web Applications 297</P> <P style="MARGIN: 0px">10 XML and Web Services 349</P> <P style="MARGIN: 0px">11 Privacy and Secrets 379</P> <P style="MARGIN: 0px">12 Privileged Programs 421</P> <P style="MARGIN: 0px">Part IV: Static Analysis in Practice 457</P> <P style="MARGIN: 0px">13 Source Code Analysis Exercises for Java 459</P> <P style="MARGIN: 0px">14 Source Code Analysis Exercises for C 503</P> <P style="MARGIN: 0px">Epilogue 541</P> <P style="MARGIN: 0px">References 545</P> <P style="MARGIN: 0px">Index 559</P> <P style="MARGIN: 0px"> </P> <P style="MARGIN: 0px"> </P>

Secure Programming with Static Analysis (Addison-Wesley Software Security Series) 在线电子书 下载 mobi epub pdf txt 在线电子书下载

想要找书就要到 图书目录大全
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

Secure Programming with Static Analysis (Addison-Wesley Software Security Series) 在线电子书 读后感

评分

书是相当的不错,能让我们避免大部分在程序设计中的错误,但是 我一直有个疑问,这样复杂的check 还是相当影响开发速度的。看来老板是不喜欢这本书了 ps:豆瓣的编辑 做的不好,一看这个介绍就是从某个网站上拔下来的,都没经过编辑

评分

书是相当的不错,能让我们避免大部分在程序设计中的错误,但是 我一直有个疑问,这样复杂的check 还是相当影响开发速度的。看来老板是不喜欢这本书了 ps:豆瓣的编辑 做的不好,一看这个介绍就是从某个网站上拔下来的,都没经过编辑

评分

书是相当的不错,能让我们避免大部分在程序设计中的错误,但是 我一直有个疑问,这样复杂的check 还是相当影响开发速度的。看来老板是不喜欢这本书了 ps:豆瓣的编辑 做的不好,一看这个介绍就是从某个网站上拔下来的,都没经过编辑

评分

书是相当的不错,能让我们避免大部分在程序设计中的错误,但是 我一直有个疑问,这样复杂的check 还是相当影响开发速度的。看来老板是不喜欢这本书了 ps:豆瓣的编辑 做的不好,一看这个介绍就是从某个网站上拔下来的,都没经过编辑

评分

书是相当的不错,能让我们避免大部分在程序设计中的错误,但是 我一直有个疑问,这样复杂的check 还是相当影响开发速度的。看来老板是不喜欢这本书了 ps:豆瓣的编辑 做的不好,一看这个介绍就是从某个网站上拔下来的,都没经过编辑

类似图书 点击查看全场最低价

Secure Programming with Static Analysis (Addison-Wesley Software Security Series) 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024


分享链接





Secure Programming with Static Analysis (Addison-Wesley Software Security Series) 在线电子书 相关图书




本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度google,bing,sogou

友情链接

© 2024 book.wenda123.org All Rights Reserved. 图书目录大全 版权所有