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

Add an 'Exception' module to take care of catching exceptions with a trace #536

Closed mjambon closed 2 years ago

mjambon commented 2 years ago

In semgrep-core, we had a number of places where a stack trace was lost or collected at the wrong time. This is meant to enforce best practices.

See explanations in the new ml/mli files.

Security