fix(deps): Dependabot 脆弱性対応(Critical/High 中心の推移的依存パッチ)#311
Merged
Conversation
Dependabot の Critical/High を中心に対応。 - tomcat-embed-core 10.1.54 -> 10.1.55 (Critical: GHSA-5m62-pw8w-7w9f 他) - netty 4.1.132 -> 4.1.133.Final (High: GHSA-57rv-r2g8-2cj3 他) - bouncycastle bcprov/bcpkix 1.83 -> 1.84 (High/Med: GHSA-p93r-85wp-75v3 他) - brace-expansion 5.0.5 -> 5.0.6 (Med: GHSA-jxxr-4gwj-5jf2) - ws 8.20.0 -> 8.21.0 (Med: GHSA-58qx-3vcg-4xpx) pnpm 11.5 では overrides を pnpm-workspace.yaml で読むため同ファイルに追記。 backend は compileJava 成功を確認。
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.
概要
GitHub Dependabot のオープンアラートのうち Critical / High を中心に、脆弱性のある推移的依存をパッチ版へ更新しました。
変更内容
build.gradletomcat.version上書きnetty.version上書きpnpm-workspace.yamloverrides関連アラート: #220 #218 #215 #217 #216 #214 #204 #201 #205 #207 #208 #196 #194 #195 #212 #213
なぜ
公開 OSS のためデフォルトブランチに多数の脆弱性アラートが出ており、影響度の高いものから解消するため。
レビュー時の補足
package.jsonのpnpm.overridesが読まれなくなっている(undici等が無効化済み)。本 PR では最小限でpnpm-workspace.yaml側に追記した。既存 overrides 群の移行は別途要対応。検証
gradlew :backend:dependenciesで確認./gradlew :backend:compileJava成功pnpm install --lockfile-onlyでロックファイル更新