Opengrep v1.29.0 released
By SecBurg
Opengrep is the community-driven SAST scanner forked from Semgrep, keeping inter-procedural and cross-file analysis fully open source.
v1.29.0 finishes the migration from PCRE1 to PCRE2 and drops the old pcre dependency, plus a Kotlin taint-analysis fix.
## Improvements
* Migrate remaining PCRE1 uses to PCRE2, drop the pcre dependency by @dimitris-m in #807
## Bug fixes
* kotlin: fix AST sharing in scope-function taint desugaring by @corneliuhoffman in #806
* Fix CI failures by @dimitris-m in #808
**Full Changelog**: https://github.com/opengrep/opengrep/compare/v1.28.0...v1.29.0
Full release notes: github.com/opengrep/opengrep/releases/tag/v1.29.0