Jump to content

Interactive application security testing

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Paul W (talk | contribs) at 16:58, 29 July 2022 (copy edits for brevity and style). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Interactive application security testing (IAST) is a security testing method that detects software vulnerabilities by interaction with the program coupled with observation and sensors.[1][2] It is distinct from static application security testing, which does not interact with the program, and dynamic application security testing, which considers the program as a black box. It may be considered a mix of both.[3]

References