fix(deps): bump protobufjs to 7.5.5 for GHSA-xq3m-2v4x-88gg#2395
fix(deps): bump protobufjs to 7.5.5 for GHSA-xq3m-2v4x-88gg#2395malinskibeniamin merged 1 commit intomasterfrom
Conversation
Advisory: code injection in protobufjs <=7.5.4 / <=8.0.0 via unsanitized schema-derived identifiers in generated functions. Console has no direct protobufjs dependency, but a transitive 7.5.4 was present via the lockfile. Pin it to ^7.5.5 in both overrides and resolutions to kill the finding. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
@claude review |
|
Claude finished @malinskibeniamin's task in 1m 10s —— View job PR Review
Summary: This PR pins Security Fix CorrectnessThe approach is right: since
Minor Notes
VerdictLGTM — correct, minimal fix with no functional changes. CI green would confirm the lockfiles are consistent. |
Summary
Function()without validation → RCE when processing untrusted schemas.protobufjsdependency, but a transitive7.5.4was present infrontend/bun.lockandfrontend/yarn.lock.protobufjs: ^7.5.5in bothoverridesandresolutionsoffrontend/package.jsonto kill the finding.Test plan
bun i+bun i --yarnproduce clean lockfiles; everyprotobufjsreference resolves to 7.5.5.🤖 Generated with Claude Code