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

Copy only DLLs and PDBs in bash script #176

Closed matjin closed 1 year ago

matjin commented 1 year ago

Today we copy the entire input folder. Instead, copy only an enumeration of all files in the root, filtered to those with .dll/.pdb extension and de-duped at the filename level .