
Webinar: Integrating SAST into DevSecOps — Key Points
Today, we'd like to share with you our full video from the webinar 'Integrating SAST into DevSecOps'. About speaker Anton Tretyakov, an experienced DevOps engineer at PVS-Studio who builds and maintains the static analyzer infrastructure. He also writes about C++ in his spare time. During the webinar, Anton shares his insights on modernizing code security, seamlessly integrating static analysis tools into security workflows, and optimizing existing pipelines. Key points What is SAST? Static application security testing (SAST) is a security check that automatically analyzes your code for errors and weak points without executing it. Unlike regular static analysis, a SAST tool detects potential vulnerabilities, not regular bugs. Bugs vs Vulnerabilities It's impossible to predict whether a bug will affect a program's behavior. A bug becomes a potential vulnerability when possible consequences of its presence in the source code are clearly defined. A potential vulnerability turns into a rea
Continue reading on Dev.to
Opens in a new tab


