# Semgrep v1.174.0 — Release v1.174.0 - Product: Semgrep (https://whatsnew.fyi/product/semgrep) - Vendor: Semgrep, Inc. - Date: 2026-08-20 - Version: v1.174.0 - Original notes: https://github.com/semgrep/semgrep/releases/tag/v1.174.0 - Permalink: https://whatsnew.fyi/product/semgrep/releases/v1.174.0 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Diff scans now report which dependency source files were added or modified relative to the merge base - **changed** — Partial scans now resolve dependencies only for subprojects whose ecosystem is evaluated by the rules being run, with other subprojects skipped and reported as skipped subprojects ##### [1.174.0](https://github.com/semgrep/semgrep/releases/tag/v1.174.0) - 2026-08-20 ###### ### Added - Diff scans now report which dependency source files were added or modified relative to the merge base. (changed-dependency-sources) ###### ### Changed - Partial scans (`--x-partial-scan-rule-id`) now resolve dependencies only for subprojects whose ecosystem is evaluated by the rules being run. Subprojects in any other ecosystem are skipped and reported to semgrep-app as skipped subprojects. (SC-3830)