Commit ba6a01c
fix(deps): pin protobufjs to 7.6.4 (CRITICAL ACE re-introduced by #1723)
#1723 removed the protobufjs resolution as "redundant" — wrong. Without it the
tree resolves protobufjs 7.2.6 (via @trezor), vulnerable to GHSA-xq3m-2v4x-88gg
(CRITICAL arbitrary code execution, affects < 7.5.5) + 5 high + 4 medium.
This can't be fixed by a parent bump: @trezor/connect 9.7.3 (latest) still pins
@trezor/blockchain-link-utils@1.5.2 + @trezor/device-authenticity@1.1.2 (both
latest), which declare @trezor/protobuf@1.5.2 -> protobufjs 7.4.0 (also < 7.5.5).
And even @trezor's patched @trezor/protobuf@1.5.3 only reaches protobufjs 7.5.5,
which still carries 10 open advisories — only 7.6.4 is fully clean, and no @trezor
release reaches it. Documented last-resort pin per the remediation policy.
Pin -> 7.6.4 (clean). Build green. Tracked in #1701 (remove once @trezor aligns).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 97da539 commit ba6a01c
2 files changed
Lines changed: 7 additions & 33 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
| 105 | + | |
105 | 106 | | |
106 | 107 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6276 | 6276 | | |
6277 | 6277 | | |
6278 | 6278 | | |
6279 | | - | |
| 6279 | + | |
6280 | 6280 | | |
6281 | 6281 | | |
6282 | 6282 | | |
6283 | 6283 | | |
6284 | 6284 | | |
6285 | 6285 | | |
6286 | | - | |
| 6286 | + | |
6287 | 6287 | | |
6288 | 6288 | | |
6289 | 6289 | | |
6290 | 6290 | | |
6291 | 6291 | | |
6292 | 6292 | | |
6293 | | - | |
| 6293 | + | |
6294 | 6294 | | |
6295 | 6295 | | |
6296 | 6296 | | |
| |||
6306 | 6306 | | |
6307 | 6307 | | |
6308 | 6308 | | |
6309 | | - | |
6310 | | - | |
6311 | | - | |
6312 | | - | |
6313 | | - | |
6314 | | - | |
6315 | | - | |
6316 | 6309 | | |
6317 | 6310 | | |
6318 | 6311 | | |
| |||
6327 | 6320 | | |
6328 | 6321 | | |
6329 | 6322 | | |
6330 | | - | |
| 6323 | + | |
6331 | 6324 | | |
6332 | 6325 | | |
6333 | 6326 | | |
| |||
22127 | 22120 | | |
22128 | 22121 | | |
22129 | 22122 | | |
22130 | | - | |
22131 | | - | |
22132 | | - | |
22133 | | - | |
22134 | | - | |
22135 | | - | |
22136 | | - | |
22137 | | - | |
22138 | | - | |
22139 | | - | |
22140 | | - | |
22141 | | - | |
22142 | | - | |
22143 | | - | |
22144 | | - | |
22145 | | - | |
22146 | | - | |
22147 | | - | |
22148 | | - | |
22149 | | - | |
22150 | | - | |
| 22123 | + | |
22151 | 22124 | | |
22152 | 22125 | | |
22153 | 22126 | | |
| |||
0 commit comments