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

Adding tests for work on resource leak detection in infer using pulse. #156

Closed archerD closed 1 year ago

archerD commented 1 year ago

Includes sample report generated by infer run on the examples folder.

ghost commented 1 year ago

CLA assistant check
All CLA requirements met.