CSSLP SECURE SOFTWARE LIFECYCLE PROFESSIONAL ALL-IN-ONE EXAM GUIDE, Third Edition, 3rd Edition by Wm. Arthur Conklin & Daniel Paul Shoemaker
Author:Wm. Arthur Conklin & Daniel Paul Shoemaker [Wm. Arthur Conklin]
Language: eng
Format: epub, mobi
Publisher: McGraw-Hill
Published: 2022-02-04T00:00:00+00:00
Dynamic Application Security Testing
Dynamic application security testing (DAST), or dynamic analysis, is performed while the software is executed, on either a target or emulated system. The system is fed specific test inputs designed to produce specific forms of behaviors. Dynamic analysis can be particularly important on systems such as embedded systems, where a high degree of operational autonomy is expected. As a case in point, the failure to perform adequate testing of software on the Ariane rocket program led to the loss of an Ariane V booster during takeoff. Subsequent analysis showed that if proper testing had been performed, the error conditions could have been detected and corrected without the loss of the flight vehicle.
Dynamic analysis requires specialized automation to perform specific testing. There are dynamic test suites designed to monitor operations for programs that have high degrees of parallel functions. There are thread-checking routines to ensure multicore processors and software are managing threads correctly. There are programs designed to detect race conditions and memory addressing errors.
Dynamic application security testing analyzes the code by executing the application, and this leads to several distinct advantages over static testing:
⢠Dynamic analysis can be less expensive and less complex to implement when compared to static testing.
⢠Because it operates with full application knowledge, it leads to less false positives.
⢠It can support a variety of languages in an integrated development environment as it is operating on functioning code, not reading the code base.
⢠Dynamic analysis allows the identification of runtime issues, such as race conditions as well as conditions that result from the interaction with the system environment, such as authentication and authorization issues.
Like static analysis, dynamic analysis is not a complete solution and suffers from some limitations such as the following:
⢠Dynamic tools have no access to company or internal coding standards and implementation of them, thus missing elements such as forbidden functions.
⢠Dynamic tools can have difficulty pinpointing the exact location of an error, as function stacks and reference calls can obscure the actual code issue location.
⢠Dynamic analysis relies upon functioning code, forcing its use later into the development cycle and postponing error remediation to later stages.
Download
CSSLP SECURE SOFTWARE LIFECYCLE PROFESSIONAL ALL-IN-ONE EXAM GUIDE, Third Edition, 3rd Edition by Wm. Arthur Conklin & Daniel Paul Shoemaker.mobi
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Coding Theory | Localization |
Logic | Object-Oriented Design |
Performance Optimization | Quality Control |
Reengineering | Robohelp |
Software Development | Software Reuse |
Structured Design | Testing |
Tools | UML |
Deep Learning with Python by François Chollet(12526)
Hello! Python by Anthony Briggs(9871)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(9761)
The Mikado Method by Ola Ellnestam Daniel Brolund(9752)
Dependency Injection in .NET by Mark Seemann(9297)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8262)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7745)
Grails in Action by Glen Smith Peter Ledbrook(7671)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(7521)
Becoming a Dynamics 365 Finance and Supply Chain Solution Architect by Brent Dawson(6759)
Microservices with Go by Alexander Shuiskov(6526)
Practical Design Patterns for Java Developers by Miroslav Wengner(6422)
Test Automation Engineering Handbook by Manikandan Sambamurthy(6401)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(6383)
Angular Projects - Third Edition by Aristeidis Bampakos(5785)
The Art of Crafting User Stories by The Art of Crafting User Stories(5313)
NetSuite for Consultants - Second Edition by Peter Ries(5254)
Demystifying Cryptography with OpenSSL 3.0 by Alexei Khlebnikov(5075)
Kotlin in Action by Dmitry Jemerov(5023)
