0 votes
in DevOps Security by
In SAST, during which phases are the software artifacts analyzed to uncover vulnerabilities?

a) Al the phases

b) Analysis and coding

c) Testing and deployment  

d) Coding and unit testing

1 Answer

0 votes
by
Correct Answer is c) Testing and deployment

Static application security testing is also known as SAST.

In SAST, software artifacts are analyzed to uncover vulnerabilities during the coding and unit testing phases.

If a static analysis tool uncovers a particular vulnerability then it will find out all the instances of that particular vulnerability.

Related questions

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