week 6
In order to prevent common web-based attacks such as cross-site scripting (XSS), Cross-Site Request Forgery (CSRF), and SQL injections, organizations need the right tools to detect and prevent these issues before code goes to production. Both Dynamic Application Security Testing (DAST) and Static application security testing (SAST) tools are often integrated into an organization’s CI/CD pipeline to scan for vulnerabilities. For this week’s assignment, discuss […]