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

Use latest opam in dockerfile #147

Closed xi-liu-ds closed 2 years ago

xi-liu-ds commented 2 years ago

The old opam2, which is currently used by our docker file, is out of date and does not support some new technology such as Apple M1 chip.

In this PR, we adopt the latest opam, which is also aligned with Infer's dockerfile.