Commit 60ae843
Use local based ccache for Mac build instead of sscache. (dremio#28)
* apacheGH-36209: [Java] Upgrade Netty due to security vulnerability (apache#36211)
Upgrading Netty dependency due to CVE GHSA-6mjq-h674-j845
This also requires a patch to arrow-memory
Upgrading Netty, gRPC and Protobuf dependencies
Existing tests
No
**This PR contains a "Critical Fix".**
netty-handler SniHandler 16MB allocation
The SniHandler can allocate up to 16MB of heap for each channel during the TLS handshake. When the handler or the channel does not have an idle timeout, it can be used to make a TCP server using the SniHandler to allocate 16MB of heap.
GHSA-6mjq-h674-j845
* Closes: apache#36209
Authored-by: Bryan Cutler <[email protected]>
Signed-off-by: David Li <[email protected]>
* Restore jackson version.
* Use local based ccache for Mac build instead of sscache.
---------
Signed-off-by: David Li <[email protected]>
Co-authored-by: Bryan Cutler <[email protected]>1 parent 66d078b commit 60ae843
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
0 commit comments