From 0cc67cee1c4001bba723f727be4751d13a36838a Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Thu, 18 Jul 2024 15:22:27 -1000 Subject: [PATCH] New ohttp release --- news/2024-07-18-ohttp-0-0-13-Final.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 news/2024-07-18-ohttp-0-0-13-Final.md diff --git a/news/2024-07-18-ohttp-0-0-13-Final.md b/news/2024-07-18-ohttp-0-0-13-Final.md new file mode 100644 index 0000000000..a4cdf9f16c --- /dev/null +++ b/news/2024-07-18-ohttp-0-0-13-Final.md @@ -0,0 +1,15 @@ +--- +layout: news-item +title: 'Netty/Incubator/Codec/OHTTP 0.0.13.Final released' +author: normanmaurer +--- + +We are happy to announce the release of netty-incubator-codec-ohttp 0.0.13.Final. This release contains a fix for [CVE-2024-40642](https://github.com/netty/netty-incubator-codec-ohttp/security/advisories/GHSA-q8f2-hxq5-cp4h), so we encourage everyone to upgrade as fast as possible. + +The most important changes are: + +* [CVE-2024-40642](https://github.com/netty/netty-incubator-codec-ohttp/security/advisories/ +* Ensure BoringSSLAsymmetricCipherKeyPair will eventually release native memory ([#77](https://github.com/netty/netty-incubator-codec-ohttp/pull/77)) + + +For more details related to this release see our [bug-tracker](https://github.com/netty/netty-incubator-codec-ohttp/milestone/13?closed=1).