Skip to content

Commit a47bb93

Browse files
authored
Updated 00a-Overview.md
1 parent fd75317 commit a47bb93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

old-versions/V0.1/00a-Overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ it checks the software behavior under unexpected conditions and inputs.
9696

9797
3. **Interactive analysis**
9898

99-
Also known as Interactive Application Security Testig (IAST) monitors the application while other systems interact with it and observe vulnerabilities. This is achieved via sensors or agents deploy with the application. The sensors can see the entire flow from HTTP request down to the executed code, tracing the data through the application. Similar to static analysis, it can test one component at a time, but not multiple components. However, if agents/sensors are deployed on all components, when they interact with eachother this could reveal vulnerabilities in each component used in the application. (Eg. for a microservice architecture, only the microservices that have agents/sensors attached will report vulnerabilities)
99+
Also known as Interactive Application Security Testing (IAST) monitors the application while other systems interact with it and observe vulnerabilities. This is achieved via sensors or agents deploy with the application. The sensors can see the entire flow from HTTP request down to the executed code, tracing the data through the application. Similar to static analysis, it can test one component at a time, but not multiple components. However, if agents/sensors are deployed on all components, when they interact with eachother this could reveal vulnerabilities in each component used in the application. (Eg. for a microservice architecture, only the microservices that have agents/sensors attached will report vulnerabilities)
100100
![Interactive analysis](/document/assets/images/iast_analysis.png)
101101

102102
---

0 commit comments

Comments
 (0)