microsoft / infersharp

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.
MIT License
727 stars 29 forks source link

Prepare for v1.4 #166

Closed xinshiMSFT closed 1 year ago

xinshiMSFT commented 1 year ago

Because there are still pending PRs on the fb/infer repo, we will temporarily target our own infer branch that contains all the changes for v1.4.