It's missing KLEE: https://klee.github.io/. KLEE is a symbolic execution engine, which is effectively just a fancy (and useful) approach to static analysis. KLEE is perennially a few releases behind LLVM, but still going strong, apparently.
> DevSecOps is an augmentation of DevOps to allow for security practices to be integrated into the DevOps approach. The traditional centralised security team model must adopt a federated model allowing each delivery team the ability to factor in the correct security controls into their DevOps practices.
It's a good list but as was mentioned in another post today about SAST tools, it's very important to know that the tool supports your language and framework version as many of these tools lag far behind the latest releases of popular languages.
The list of products is definitely more expansive than I realized. This space is ripe for a disruption too. So much potential remains in static code analysis.
It wouldn't surprise me if Microsoft and Github end up integrating a SAST tool into Github and Azure DevOps. I believe Github has a rudimentary scanning tool but something more extensive would give Microsoft and its platforms an advantage.
https://github.com/analysis-tools-dev/static-analysis https://github.com/analysis-tools-dev/dynamic-analysis https://github.com/collab-qa/check-all-the-things/tree/maste... https://github.com/collab-qa/check-all-the-things/blob/maste...