Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dotnet-security-guard/roslyn-security-guard
Roslyn analyzers that aim to help security audit on .NET applications.
https://github.com/dotnet-security-guard/roslyn-security-guard
code-analysis roslyn roslyn-analyzer security-audit visual-studio
Last synced: 16 days ago
JSON representation
Roslyn analyzers that aim to help security audit on .NET applications.
- Host: GitHub
- URL: https://github.com/dotnet-security-guard/roslyn-security-guard
- Owner: dotnet-security-guard
- License: lgpl-3.0
- Archived: true
- Created: 2016-04-28T03:45:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-19T17:13:29.000Z (over 6 years ago)
- Last Synced: 2024-08-01T02:28:43.641Z (3 months ago)
- Topics: code-analysis, roslyn, roslyn-analyzer, security-audit, visual-studio
- Language: C#
- Homepage: https://dotnet-security-guard.github.io
- Size: 1.14 MB
- Stars: 208
- Watchers: 35
- Forks: 38
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> :warning: This project is no longer active. The project [Security Code Scan](https://github.com/security-code-scan/security-code-scan) is a more recent version which include all the analyzers from this project. It has many important bug fixes.
# ![Roslyn Security Guard](https://dotnet-security-guard.github.io/images/logo-small.png) [![Build status](https://ci.appveyor.com/api/projects/status/pkob4ym74k3j2j6i?svg=true)](https://ci.appveyor.com/project/h3xstream/roslyn-security-guard)
Roslyn analyzers that aim to help security audits on .NET applications.
[Website](https://dotnet-security-guard.github.io) | [Visual Studio Gallery](https://marketplace.visualstudio.com/items?itemName=PhilippeArteau.RoslynSecurityGuard) | [NuGet](https://www.nuget.org/packages/RoslynSecurityGuard/)
## Screenshots
The extension analyzes the code during the editing and when the project is built.
![Visual Studio](https://dotnet-security-guard.github.io/images/visual-studio-small.png)
For some vulnerabilities a code fix is suggested.
![Code fix](https://dotnet-security-guard.github.io/images/cookie_fix_animation.gif)