fix(compression): bound gzip decoding - #3976
Conversation
|
Claude finished @rodrodros's task in 6m 50s —— View job Review: bound gzip decoding
The core idea is right and the boundary arithmetic is correct: the My concern is not the mechanism, it's the value and where it's applied. Blocker
That matters because the same constant is used on paths where the class is already on chain and rejecting it is unrecoverable: The bound doesn't need to be tight to work: the untrusted entry is JSON-RPC at Important
Nit
Not verifiedI could not run the test suite — |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3976 +/- ##
==========================================
- Coverage 74.58% 74.44% -0.14%
==========================================
Files 462 462
Lines 41061 41079 +18
==========================================
- Hits 30625 30582 -43
- Misses 8335 8394 +59
- Partials 2101 2103 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Claude finished @rodrodros's task in 6m 47s —— View job Re-review: bound gzip decoding
Most of the previous round is genuinely addressed. Specifically verified:
Important
Nit
On the two threads you pushed back on: agreed on the Not verified
|
|
Claude finished @rodrodros's task in 3m 48s —— View job Re-review: bound gzip decoding
The gzip work is done — but this push also added two unrelated packages that don't compile, so Blocker
Cleanest resolution is to ImportantOnly relevant if
Nit
Verified as resolved from the previous round
Not verified
|
fd14c00 to
c6ad6ac
Compare
|
Claude finished @rodrodros's task in 3m 58s —— View job Re-review: bound gzip decoding
The blocker from the last round is gone. The force-push dropped Everything the async/queue findings covered (divide-by-zero in No blockersRe-verified on the current head:
Nit
Two earlier nits are still open but I won't push on either: the over-limit error is an unexported Not verified
|
No description provided.