chore(deps): update dependency semgrep to v1.173.0 - #8742
Merged
Conversation
renovate
Bot
requested review from
Kurt-von-Laven,
bdovaz,
echoix and
nvuillam
as code owners
August 22, 2026 11:19
Contributor
✅
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This PR contains the following updates:
1.172.0→1.173.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
semgrep/semgrep (semgrep)
v1.173.0Compare Source
### Added
semgrep-core -versionnow reports the git commit that the binary was builtfrom. (core-version-git-sha)
no_disk_cachememory policy (--x-mem-policy no_disk_cache) to trade higher memory usage for not caching intermediary scan data structures on disk. (no-disk-cache-memory-policy)### Changed
removing multithreaded synchronization overhead for very large repos. (ENGINE-2854)
bytes rather than by worker count, stabilizing memory allocations at parse-time
and improving parsing throughput. (ENGINE-2920)
layout at, assembly flags,globalusing-directives, EVM Cancun builtins) and corrected ternary/?:vs member-access precedence. (LANG-207)robustly, with improved error recovery during taint analysis — branch
bodies are no longer dropped from the dataflow intermediate language when
a pattern can't be compiled. Pattern matching in statement position also
now benefits from the same compilation as expression position. (LANG-598)
on systems using the musl libc implementation. (pcre2-match-data-reuse)
### Fixed
example an out-of-memory kill or a segfault), Semgrep now logs a clear error
naming the signal, instead of the misleading "Expected a number, got ''"
message. When debug logging is enabled, the tail of the subprocess's stderr is
included as well. (rpc-subprocess-death-diagnostics)
appearing in neither the results nor the list of skipped targets. Such paths
are now retried, and any that still fail are reported as skipped targets so
they show up in the scan report. (ENGINE-2854)
metavariable-regexor a binding-introducingmetavariable-patternwould emit a duplicate finding on the same range whosemessage still contained the raw metavariable (e.g.
a hash $ALG was detected)instead of the substituted value. Only the correctly-substituted finding is now
reported. (ENGINE-2932)
grouped
usewith a nested path (e.g.use a::b::C). It was wrongly beingresolved as b::a::C. (LANG-234)
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.