Application Security Testing

1. SAST (Static Application Security Testing) :

White-box test used to determine structure and logic and to detect coding errors without executing the code. Should be done early in the life cycle.

2. DAST (Dynamic Security Testing):

It is used with applications in their running state and is considered a black-box test.

3.RASP (Runtime Application Self Protection):

It enables applications to protect themselves by identifying and blocking attacks in real time.Unlike firewalls,which rely solely on network data to work,RASP leverages the application's intrinsic knowledge of itself to accurately differentiate attacks from legitimate traffic,stopping only malicious traffic

Post a Comment

Previous Post Next Post