Jump to content

Interactive application security testing

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jrob kiwi (talk | contribs) at 10:36, 20 July 2022 (Created page with ''''Interactive application security testing''' (IAST) is a Security testing method that detects vulnerabilities by interaction with the program coupled with observation and sensors<ref>https://owasp.org/www-project-devsecops-guideline/latest/02c-Interactive-Application-Security-Testing</ref><ref>https://www.softwaretestinghelp.com/what-is-iast/</ref>. It is distinct from Static application security testing, which does not interact with the program,...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Interactive application security testing (IAST) is a Security testing method that detects 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. I may be considered a mix of both[3].

References