infersharp

Code analyzer

A tool that analyzes C# code for potential issues such as null pointer dereferences and resource leaks to help detect security vulnerabilities.

Infer# is an interprocedural and scalable static code analyzer for C#. Via the capabilities of Facebook's Infer, this tool detects null dereferences, resource leaks, and thread-safety violations. It also performs taint flow tracking to detect critical security vulnerabilities like SQL injections.

GitHub

737 stars
25 watching
29 forks
Language: C#
last commit: over 2 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
bkoelman/csharpguidelinesanalyzerA tool that analyzes C# code against predefined coding guidelines and reports diagnostics145
netfabric/netfabric.hyperlinq.analyzerAn analyzer that analyzes C# code for performance and enumeration-related issues to suggest improvements.44
sonarsource/sonar-dotnetAnalyzes C# and VB.NET code for quality and security issues802
code-cracker/code-crackerAn analyzer library for C# and VB that provides code analysis and refactoring features using Roslyn.1,130
infers/infersA type-level logic programming language embedded in F# that generates values from their types using a Prolog-style resolution algorithm.31
flatt-security/shishoA tool that analyzes code for security vulnerabilities and provides feedback to developers369
invoke-ir/powerforensicsA C#-based framework for analyzing and investigating hard drive forensic data1,389
mongodb/mongo-csharp-analyzerAnalyzes C# code to generate MongoDB Query API equivalent27
security-code-scan/security-code-scanDetects vulnerabilities in C# and VB.NET code942
vannevelj/vsdiagnosticsProvides real-time code quality checks and suggestions to help developers write proper C# code65
sonarsource/sonar-javaAnalyzes Java code quality and security issues to help developers write cleaner code1,144
vannevelj/sharpsourceAn analyzer that identifies common coding mistakes and inefficiencies in C# code to prevent runtime errors and improve performance.37
cxxxr/sblintA tool to analyze Common Lisp source code and report errors or warnings122
menees/analyzersC# code analysis rules to enforce coding standards and best practices22
stylecop/stylecopAnalyzes C# source code to enforce style and consistency rules1,201