Skip to content

Commit c9a57ad

Browse files
authored
add Unit 1.34.2 details (#604)
* add Unit 1.34.2 details * make link to releases more prominent for Unit
1 parent ac82d83 commit c9a57ad

File tree

4 files changed

+36
-3
lines changed

4 files changed

+36
-3
lines changed

content/unit/about.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@ running application code (including WebAssembly), serving static assets,
1212
handling TLS and request routing.
1313

1414
Unit was created by [nginx](https://nginx.org/en/) team members from scratch to
15-
be highly efficient and fully configurable at runtime. You can read the details
16-
about the latest release in the [news]({{< relref "/unit/news/">}}) section.
15+
be highly efficient and fully configurable at runtime.
16+
17+
{{< tip >}}You can read the details
18+
about the latest release in the [Releases and announcements]({{< relref "/unit/news/">}}) section.
19+
{{< /tip >}}
1720

1821
- See a quickstart [guide](https://github.com/nginx/unit/) on our GitHub page.
1922
- Browse the [Changelog]({{< relref "/unit/changes/">}}) or see the release notes in the [Releases and announcements]({{< relref "/unit/news/">}}) archive.

content/unit/changes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ toc: true
55
---
66

77
```text
8+
Changes with Unit 1.34.2 26 Feb 2025
9+
10+
*) Security: fix missing websocket payload length validation in the Java
11+
language module which could lead to Java language module processes
12+
consuming excess CPU. (CVE-2025-1695).
13+
14+
*) Bugfix: fix incorrect websocket payload length calculation in the
15+
Java language module.
16+
817
Changes with Unit 1.34.1 10 Jan 2025
918
1019
*) Bugfix: fix instability issues due to OpenTelemetry (OTEL) support.

content/unit/news/2025/unit-1.34.1-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Unit 1.34.1 Released
3-
weight: 100
3+
weight: 1000
44
---
55

66
We are pleased to announce the release of NGINX Unit 1.34.1. This is a
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Unit 1.34.2 Released
3+
weight: 900
4+
---
5+
6+
We are pleased to announce the release of NGINX Unit 1.34.2. This is a maintenance release that fixes a couple of issues in the Java WebSocket code within the Java language module.
7+
8+
- Security: When the NGINX Unit Java Language module is in use, undisclosed requests can lead to an infinite loop and cause an increase in CPU resource utilization (CVE-2025-1695).
9+
10+
## Full Changelog
11+
12+
```none
13+
Changes with Unit 1.34.2 26 Feb 2025
14+
15+
*) Security: fix missing websocket payload length validation in the Java
16+
language module which could lead to Java language module processes
17+
consuming excess CPU. (CVE-2025-1695).
18+
19+
*) Bugfix: fix incorrect websocket payload length calculation in the
20+
Java language module.
21+
```

0 commit comments

Comments
 (0)