0 votes
in DevOps Security by
In _________ approach, the code is analyzed for security vulnerabilities, while the application is run either manually or by an automated test.

a) DAST

b) SAST

c) RASP

d) IAST

1 Answer

0 votes
by

Correct Answer is d) IAST 

IAST combines the advantages of SAST as well as DAST approach as it involves analyzing the source code from a static point of view as well as analyzing the execution flow of the application during runtime.

Related questions

0 votes
asked Mar 25, 2021 in DevOps Security by Robindeniel
0 votes
asked Mar 25, 2021 in DevOps Security by Robindeniel
...