DASTmenetelmiä
DASTmenetelmiä refers to Dynamic Application Security Testing methods. These techniques involve actively probing a running web application to identify vulnerabilities. Unlike Static Application Security Testing (SAST) which analyzes source code, DAST tools interact with the application as an external attacker would, sending various inputs and observing the responses.
DAST tools typically scan for common web vulnerabilities such as SQL injection, cross-site scripting (XSS), broken
However, DAST has limitations. It generally requires a running application and may not achieve full code coverage,