Skip to content
This repository was archived by the owner on Sep 21, 2025. It is now read-only.

Commit 796fbb2

Browse files
committed
Automatic github actions updates. Changes found @lightswitch05
1 parent 685e9ca commit 796fbb2

3 files changed

Lines changed: 15 additions & 9 deletions

File tree

docs/rules-v1.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"lastUpdatedDate": "2025-03-13T13:32:55.436Z",
2+
"lastUpdatedDate": "2025-03-14T02:32:16.690Z",
33
"name": "Node Version Audit",
44
"website": "https://github.com/lightswitch05/node-version-audit",
55
"license": "https://github.com/lightswitch05/node-version-audit/blob/master/LICENSE",
66
"source": "https://www.github.developerdan.com/node-version-audit/rules-v1.json",
7-
"releasesCount": 651,
7+
"releasesCount": 652,
88
"cveCount": 173,
99
"supportVersionsCount": 21,
10-
"latestVersion": "23.9.0",
10+
"latestVersion": "23.10.0",
1111
"latestVersions": {
1212
"0": "0.12.18",
1313
"1": "1.8.4",
@@ -32,7 +32,7 @@
3232
"20": "20.19.0",
3333
"21": "21.7.3",
3434
"22": "22.14.0",
35-
"23": "23.9.0",
35+
"23": "23.10.0",
3636
"0.10": "0.10.48",
3737
"0.12": "0.12.18",
3838
"1.0": "1.0.4",
@@ -366,7 +366,8 @@
366366
"23.6": "23.6.1",
367367
"23.7": "23.7.0",
368368
"23.8": "23.8.0",
369-
"23.9": "23.9.0"
369+
"23.9": "23.9.0",
370+
"23.10": "23.10.0"
370371
},
371372
"supportEndDates": {
372373
"4": {
@@ -4363,6 +4364,11 @@
43634364
"version": "23.9.0",
43644365
"releaseDate": "2025-02-26T00:00:00.000Z",
43654366
"patchedCveIds": []
4367+
},
4368+
"23.10.0": {
4369+
"version": "23.10.0",
4370+
"releaseDate": "2025-03-13T00:00:00.000Z",
4371+
"patchedCveIds": []
43664372
}
43674373
},
43684374
"cves": {
@@ -5455,7 +5461,7 @@
54555461
"id": "CVE-2024-21892",
54565462
"baseScore": 7.8,
54575463
"publishedDate": "2024-02-20T02:15:00.000Z",
5458-
"lastModifiedDate": "2025-02-12T15:17:00.000Z",
5464+
"lastModifiedDate": "2025-03-13T15:15:00.000Z",
54595465
"description": "On Linux, Node.js ignores certain environment variables if those may have been set by an unprivileged user while the process is running with elevated privileges with the only exception of CAP_NET_BIND_SERVICE.\nDue to a bug in the implementation of this exception, Node.js incorrectly applies this exception even when certain other capabilities have been set.\nThis allows unprivileged users to inject code that inherits the process's elevated privileges."
54605466
},
54615467
"CVE-2024-21896": {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-version-audit",
3-
"version": "1.20250313.1",
3+
"version": "1.20250314.0",
44
"description": "Audit your Node version for known CVEs and patches ",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)