| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-17 | 1.1 kB | |
| Release v1.167.0 source code.tar.gz | 2026-06-17 | 12.0 MB | |
| Release v1.167.0 source code.zip | 2026-06-17 | 16.5 MB | |
| Totals: 3 Items | 28.5 MB | 0 | |
1.167.0 - 2026-06-17
### Added
- Added support for more operators for folding for constant propagation, including subtraction, division, bit ops, bit shifts, comparisons, and more. (const-folding)
- Added a
nosemgrep_disabledfield to the scan configuration so the platform can disablenosemgrepinline ignore comments org-wide for a scan. (APPEX-1122) - Semgrep now skips binary files (images, archives, compiled executables,
etc.) during scanning by default, detected via matching file extensions
to known file-format magic bytes Pass
--no-exclude-binary-filesto scan binary files as before. (ENGINE-2708)
### Fixed
semgrep ciwith--sarifnow correctly populates the output'signoresfield with nosemgrep-suppressed findings, in accordance with other output formatters. (gh-6651)
### Infra/Release Changes
-
Updated the
ocaml-tree-sitter-coresubmodule to the latest upstreammain, providing -
improved thread-safety
- bumps the tree-sitter CLI option used from 0.20.6 to 0.20.8.
(ocaml-tree-sitter-core-bump)