LuciferYang opened a new pull request #32227:
URL: https://github.com/apache/spark/pull/32227


   ### What changes were proposed in this pull request?
   There are 3 CVE problems were found after netty 4.1.51.Final as follows:
   
   - 
[CVE-2021-21409](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21409)
   - 
[CVE-2021-21295](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21295)
   - 
[CVE-2021-21290](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21290)
   
   So the main change of this pr is upgrade netty-all to 4.1.61.Final avoid 
these potential risks.
   
   Another change is to clean up deprecated api usage: `Tiny caches have been 
merged into small caches and should use  PooledByteBufAllocator(boolean, int, 
int, int, int, int, int, boolean, int) api` to create `PooledByteBufAllocator`.
   
   ### Why are the changes needed?
   Upgrade netty-all to 4.1.61.Final avoid CVE problems.
   
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   
   ### How was this patch tested?
   Pass the Jenkins or GitHub Action
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to