From 8ab74a8cc929272eb8683d3f6ab4cb406465fd34 Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Tue, 25 Feb 2025 17:11:07 +0000 Subject: Add 1.34.2 CHANGES This is autogenerated from docs/changes.xml by $ make -C docs/ changes && mv build/CHANGES . Signed-off-by: Andrew Clayton --- CHANGES | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES b/CHANGES index 3c3d9524..12c18667 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,14 @@ +Changes with Unit 1.34.2 26 Feb 2025 + + *) Security: fix missing websocket payload length validation in the Java + language module which could lead to Java language module processes + consuming excess CPU. (CVE-2025-1695). + + *) Bugfix: fix incorrect websocket payload length calculation in the + Java language module. + + Changes with Unit 1.34.1 10 Jan 2025 *) Bugfix: fix instability issues due to OpenTelemetry (OTEL) support. -- cgit