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

Create .inferconfig #157

Closed matjin closed 2 years ago

xi-liu-ds commented 2 years ago

This is for InferSharp project itself only? Or we need to distribute this file to all the repos we are analyzing?

matjin commented 2 years ago

This is for InferSharp project itself only? Or we need to distribute this file to all the repos we are analyzing?

We do indeed need to copy this into the root directory of repos to be analyzed.