semgrep / pfff

pfff is mainly an OCaml API to write static analysis, dynamic analysis, code visualizations, code navigations, or style-preserving source-to-source transformations such as refactorings on source code.
https://semgrep.dev
Other
186 stars 29 forks source link

Fix all the bad exception reraises reported by Semgrep #537

Closed mjambon closed 2 years ago

mjambon commented 2 years ago

Semgrep found 26 cases of raise that were losing the stack trace.

Security