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 28 forks source link

Update binary copying logic #179

Closed xinshiMSFT closed 1 year ago

xinshiMSFT commented 1 year ago

Find all .dlls with matching .pdbs within the same folder and copy them in pairs.

m-sedl commented 1 year ago

Could you make the run_infersharp.sh file executable? It is possible in the repository itself or by adding the RUN chmod +x run_infersharp.sh command to the dockerfile. The fact is that if you clone the repository and immediately build the image, then the launch script in the container will not have the right to execute