Roslyn analyzers for detecting security vulnerabilities in .NET applications during development.
Roslyn Security Guard is a set of Roslyn analyzers that scan .NET applications for security vulnerabilities during development. It integrates directly into the IDE to provide real-time feedback and code fixes, helping developers identify and remediate security issues early. The tool aims to streamline security audits by automating detection of common flaws in .NET code.
.NET developers and security auditors who need to identify and fix security vulnerabilities in C# applications during the development process.
Developers choose Roslyn Security Guard for its seamless integration into Visual Studio, real-time vulnerability detection, and automated code fixes, which reduce the overhead of manual security audits and improve code security proactively.
Roslyn analyzers that aim to help security audit on .NET applications.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Scans code during editing and builds in Visual Studio, providing instant feedback on security issues like SQL injection or XSS, as highlighted in the README screenshots.
Offers quick fixes for specific vulnerabilities, such as securing cookies, streamlining remediation with built-in suggestions demonstrated in the GIF.
Integrates directly into Visual Studio with visual alerts and warnings, enabling proactive security checks without external tooling.
Targets a range of common .NET security flaws, improving audit efficiency by automating detection of known issues.
The project is no longer active, with all development moved to Security Code Scan, leaving potential bugs unfixed and making it unsuitable for current use.
Lacks updates for new security threats or .NET versions, reducing its effectiveness over time compared to the successor project.
Users must switch to Security Code Scan, requiring reconfiguration and additional setup, as advised in the README warning.