Terminology Index

Glossary

1801 terms

Open concept maps

Showing 481-512 of 1801 terms

C
11
D
21

DAST in DevSecOps

Dynamic Application Security Testing integrated into the DevSecOps pipeline, automatically testing a running application for vulnerabilities by probing it from the outside, like an attacker would, to find flaws that only appear at runtime.

DAST exercises a running application, sending crafted requests to find issues such as injection, authentication flaws, and misconfigurations that static analysis cannot see because they emerge only when the app runs. Embedded in DevSecOps, it runs automatically against staging or test environments in the pipeline, complementing SAST (which reads code) and SCA (which checks dependencies) to give layered coverage across the software lifecycle.

Introduced in: DevSecOps and Secure SDLC

Examples

  • Automatically scanning a running staging app for injection flaws in the pipeline.
  • Catching a runtime authentication weakness that static analysis missed.
  • Pairing DAST with SAST and SCA for layered pipeline coverage.

No related terms linked yet.