Dynamic Application Security Testing
Dynamic Application Security Testing (DAST) is a security testing technique that probes a running application from the outside — sending crafted HTTP requests and observing responses — to find vulnerabilities such as injection flaws, broken authentication, and misconfigurations without access to the application's…
5 resources across 1 library
Glossary Terms(5)
DevSecOps Pipeline
A DevSecOps pipeline is a CI/CD pipeline that integrates automated security tooling and gates — such as static analysis, dependency scanning, secrets detection…
Static Application Security Testing (SAST)
Static Application Security Testing (SAST) is a security testing technique that analyzes an application's source code, bytecode, or binaries without executing…
Dynamic Application Security Testing (DAST)
Dynamic Application Security Testing (DAST) is a security testing technique that probes a running application from the outside — sending crafted HTTP requests…
Interactive Application Security Testing (IAST)
Interactive Application Security Testing (IAST) is a security testing technique that uses an instrumentation agent running inside a live application to observe…
Runtime Application Self-Protection (RASP)
Runtime Application Self-Protection (RASP) is a security technology that runs inside a production application, monitoring its own execution in real time and au…