SAST is performed at the static level ensuring that code guidelines are followed without actually executing the application.
Answer options
A
True
B
False
Correct answer: True
Explanation
SAST analyses source code without running it — white-box testing.