1.11.0 - 2023-02-10
Changed
- Pro: Removed already deprecated flags
--deep
(now--pro
),--interfile
(now--pro
),
and--interproc
(now--pro-intrafile
). Also removed already deprecated command
install-deep-semgrep
(nowinstall-semgrep-pro
). (pa-2518)
Fixed
- Go: Fixed a bug where the location of Go raw string literals were not being reported correctly.
This could cause issues with Playground range highlighting and autofix (pa-2206) - CLI: Progress bar for Semgrep Pro Engine interfile scans now reflects actual progress more faithfully (pa-2313)
- Pro: We now check the downloaded binary before installing it, this should prevent
installation of corrupted binaries due to errors during the download. (pa-2492)