node-linux-s390x 24.12.0 → 24.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +33 -0
- package/bin/node +0 -0
- package/include/node/node_version.h +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
</tr>
|
|
10
10
|
<tr>
|
|
11
11
|
<td>
|
|
12
|
+
<a href="#24.13.0">24.13.0</a><br/>
|
|
12
13
|
<a href="#24.12.0">24.12.0</a><br/>
|
|
13
14
|
<a href="#24.11.1">24.11.1</a><br/>
|
|
14
15
|
<a href="#24.11.0">24.11.0</a><br/>
|
|
@@ -58,6 +59,38 @@
|
|
|
58
59
|
* [io.js](CHANGELOG_IOJS.md)
|
|
59
60
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
60
61
|
|
|
62
|
+
<a id="24.13.0"></a>
|
|
63
|
+
|
|
64
|
+
## 2026-01-13, Version 24.13.0 'Krypton' (LTS), @marco-ippolito
|
|
65
|
+
|
|
66
|
+
This is a security release.
|
|
67
|
+
|
|
68
|
+
### Notable Changes
|
|
69
|
+
|
|
70
|
+
lib:
|
|
71
|
+
|
|
72
|
+
* (CVE-2025-59465) add TLSSocket default error handler (RafaelGSS) <https://github.com/nodejs-private/node-private/pull/797>
|
|
73
|
+
* (CVE-2025-55132) disable futimes when permission model is enabled (RafaelGSS) <https://github.com/nodejs-private/node-private/pull/748>
|
|
74
|
+
lib,permission:
|
|
75
|
+
* (CVE-2025-55130) require full read and write to symlink APIs (RafaelGSS) <https://github.com/nodejs-private/node-private/pull/760>
|
|
76
|
+
src:
|
|
77
|
+
* (CVE-2025-59466) rethrow stack overflow exceptions in async\_hooks (Matteo Collina) <https://github.com/nodejs-private/node-private/pull/773>
|
|
78
|
+
src,lib:
|
|
79
|
+
* (CVE-2025-55131) refactor unsafe buffer creation to remove zero-fill toggle (Сковорода Никита Андреевич) <https://github.com/nodejs-private/node-private/pull/759>
|
|
80
|
+
tls:
|
|
81
|
+
* (CVE-2026-21637) route callback exceptions through error handlers (Matteo Collina) <https://github.com/nodejs-private/node-private/pull/796>
|
|
82
|
+
|
|
83
|
+
### Commits
|
|
84
|
+
|
|
85
|
+
* \[[`2092785d01`](https://github.com/nodejs/node/commit/2092785d01)] - **deps**: update c-ares to v1.34.6 (Node.js GitHub Bot) [#60997](https://github.com/nodejs/node/pull/60997)
|
|
86
|
+
* \[[`3e58b7f2af`](https://github.com/nodejs/node/commit/3e58b7f2af)] - **deps**: update undici to 7.18.2 (Node.js GitHub Bot) [#61283](https://github.com/nodejs/node/pull/61283)
|
|
87
|
+
* \[[`4ba536a5a6`](https://github.com/nodejs/node/commit/4ba536a5a6)] - **(CVE-2025-59465)** **lib**: add TLSSocket default error handler (RafaelGSS) [nodejs-private/node-private#797](https://github.com/nodejs-private/node-private/pull/797)
|
|
88
|
+
* \[[`89adaa21fd`](https://github.com/nodejs/node/commit/89adaa21fd)] - **(CVE-2025-55132)** **lib**: disable futimes when permission model is enabled (RafaelGSS) [nodejs-private/node-private#748](https://github.com/nodejs-private/node-private/pull/748)
|
|
89
|
+
* \[[`7302b4dae1`](https://github.com/nodejs/node/commit/7302b4dae1)] - **(CVE-2025-55130)** **lib,permission**: require full read and write to symlink APIs (RafaelGSS) [nodejs-private/node-private#760](https://github.com/nodejs-private/node-private/pull/760)
|
|
90
|
+
* \[[`ac030753c4`](https://github.com/nodejs/node/commit/ac030753c4)] - **(CVE-2025-59466)** **src**: rethrow stack overflow exceptions in async\_hooks (Matteo Collina) [nodejs-private/node-private#773](https://github.com/nodejs-private/node-private/pull/773)
|
|
91
|
+
* \[[`20075692fe`](https://github.com/nodejs/node/commit/20075692fe)] - **(CVE-2025-55131)** **src,lib**: refactor unsafe buffer creation to remove zero-fill toggle (Сковорода Никита Андреевич) [nodejs-private/node-private#759](https://github.com/nodejs-private/node-private/pull/759)
|
|
92
|
+
* \[[`20591b0618`](https://github.com/nodejs/node/commit/20591b0618)] - **(CVE-2026-21637)** **tls**: route callback exceptions through error handlers (Matteo Collina) [nodejs-private/node-private#796](https://github.com/nodejs-private/node-private/pull/796)
|
|
93
|
+
|
|
61
94
|
<a id="24.12.0"></a>
|
|
62
95
|
|
|
63
96
|
## 2025-12-10, Version 24.12.0 'Krypton' (LTS), @targos
|
package/bin/node
CHANGED
|
Binary file
|