Opengrep v1.28.0 released
By SecBurg
Opengrep is the open-source SAST engine forked from Semgrep, offering inter-procedural and cross-file analysis without the license restrictions Semgrep imposed on its commercial features.
v1.28.0 brings install script fixes and better PHP parsing.
## Improvements
* Improve install scripts by @dimitris-m in #796
* opengrep-cli: fix -o on Windows, check destinations early by @dimitris-m in #798
* Constant propagation: stamp svalues on assignment RHS and array indices by @corneliuhoffman in #803
* PHP fixes in Menhir by @maciejpirog in #795
* More PHP fixes by @maciejpirog in #804
**Full Changelog**: https://github.com/opengrep/opengrep/compare/v1.27.1...v1.28.0
Full release notes: github.com/opengrep/opengrep/releases/tag/v1.28.0