* Package name : semgrep Version : 0.15.0 Upstream Author : r2c <https://r2c.dev/> * URL : https://semgrep.live/ * License : LGPL-2.1 Programming Lang: Python, OCaml Description : lightweight static analysis for many languages Semgrep is a command-line tool for offline static analysis. Use pre-built or custom rules to enforce code and security standards in your codebase. Semgrep combines the convenient and iterative style of grep with the powerful features of an Abstract Syntax Tree (AST) matcher and limited dataflow. Easily find function calls, class or method definitions, and more without having to understand ASTs or wrestle with regexes.