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
734 stars 29 forks source link

Consolidate Infer analysis backend #28

Closed xinshiMSFT closed 3 years ago

xinshiMSFT commented 3 years ago

We plan to deprecate our (old) version of Infer backend in this repo in favor of FB's Infer backend in order to always stay current with the latest development happening over there.