1.8.0 - 2023-02-01
Added
- Experimental support for Clojure, Lisp, and Scheme. (gh-3328)
- Experimental support for Jsonnet (writing semgrep rules to find
bugs/security-isses/... in jsonnet files). (pa-1849)
Fixed
- Regexps within string patterns such as
"=~/hello/"
now support the
full PCRE syntax, including backreferences and other advanced features
not supported by ocaml-re. (gh-6913) - Removed new lockfile parsers for all lockfiles except requirements.txt and maven_dep_tree.txt, for performance reasons (sc-557)