152k views
3 votes
In Security Tools, __________ is a code analysis done using a running application that relies on sending unexpected data to see if the application fails.

User Junis
by
7.8k points

1 Answer

1 vote

Final answer:

Runtime Application Security Testing (RASP) is a code analysis technique used in Security Tools to test an application in real-time and identify vulnerabilities.

Step-by-step explanation:

In Security Tools, runtime application security testing (RASP) is a code analysis done using a running application that relies on sending unexpected data to see if the application fails.

RASP is a dynamic analysis technique where the application is tested in real-time to detect and prevent security vulnerabilities.

For example, if an application is vulnerable to input validation attacks, such as SQL injection, RASP can send unexpected input to the application to trigger an error or exploit the vulnerability.

User Milan Halada
by
8.0k points

No related questions found