4. CODE REVIEW TOOLS
Some of the tools we use for .NET are:
Puma Scan: It is a .NET C# open source static source code analyzer.
.NET Security Guard: It is helpful in security audits on .NET applications. It finds SQL injections, LDAP injections, XXE, cryptography weakness, XSS, and more.
Secure Assist: It prevent insecure coding and configurations (.NET) by scanning code automatically as an IDE plugin for Eclipse, IntelliJ, and Visual Studio, etc.