security: distinguish forward deepmerge remediation - #3231
Merged
Merged
Conversation
azumag
commented
Sep 9, 2026
azumag
left a comment
Owner
Author
There was a problem hiding this comment.
コード・設計・テスト・CIを確認しました。blocking finding はありません。
forward-remediation-candidateは generic lockfile/manifest precondition 通過後にのみ判定され、active以外は引き続き non-zero exit のため security gate を緩めていません。- installed
deepmerge-ts >=8.0.0だけでは候補扱いせず、@prisma/config自身の dependency edge も patched line へ移った場合だけ分類するため、consumer-side major override と upstream forward fix を区別できています。 - prerelease/invalid/complex range は安全側へ倒し、既知比較可能な単純 range だけを扱う設計も妥当です。
- 初回CIの Prettier failure は同じPRで修正済み。最終HEAD
9003f432では lint、changed-file formatting、unit tests、security audit、Prisma/D1 migration parity、Cloudflare Workers build gate、review workflow がすべて成功しています。
依存・lockfile・temporary allowlist・severity gate・アプリ挙動は変更していないため、#3114 を前進させる読み取り専用診断として merge 可と判断します。
4 tasks
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.
Summary
forward-remediation-candidatestatedeepmerge-tsversion and the@prisma/configdependency edge move to the patched>=8.0.0linecontext-changedso a forced transitive major does not masquerade as an upstream fixv7, while stable 7.10.0 predates that mergeSafety
This does not change dependencies, the lockfile, the audit allowlist, severity gates, application behavior, database behavior, or deployment configuration. All non-
activestatus states still exit non-zero. A remediation candidate still requires the canonical security audit and full CI before the temporary exception can be removed.Tracks #3114.