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

Commit 9dc7a10

Browse files
committed
Automatic github actions updates. Changes found @lightswitch05
1 parent e725207 commit 9dc7a10

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-07-03T13:38:27.361Z",
2+
"lastUpdatedDate": "2025-07-15T03:05:09.389Z",
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": 669,
7+
"releasesCount": 670,
88
"cveCount": 141,
99
"supportVersionsCount": 23,
10-
"latestVersion": "24.3.0",
10+
"latestVersion": "24.4.0",
1111
"latestVersions": {
1212
"0": "0.12.18",
1313
"1": "1.8.4",
@@ -33,7 +33,7 @@
3333
"21": "21.7.3",
3434
"22": "22.17.0",
3535
"23": "23.11.1",
36-
"24": "24.3.0",
36+
"24": "24.4.0",
3737
"0.10": "0.10.48",
3838
"0.12": "0.12.18",
3939
"1.0": "1.0.4",
@@ -376,7 +376,8 @@
376376
"24.0": "24.0.2",
377377
"24.1": "24.1.0",
378378
"24.2": "24.2.0",
379-
"24.3": "24.3.0"
379+
"24.3": "24.3.0",
380+
"24.4": "24.4.0"
380381
},
381382
"supportEndDates": {
382383
"4": {
@@ -4486,6 +4487,11 @@
44864487
"version": "24.3.0",
44874488
"releaseDate": "2025-06-24T00:00:00.000Z",
44884489
"patchedCveIds": []
4490+
},
4491+
"24.4.0": {
4492+
"version": "24.4.0",
4493+
"releaseDate": "2025-07-09T00:00:00.000Z",
4494+
"patchedCveIds": []
44894495
}
44904496
},
44914497
"cves": {
@@ -5228,7 +5234,7 @@
52285234
"id": "CVE-2023-32003",
52295235
"baseScore": 5.3,
52305236
"publishedDate": "2023-08-15T16:15:00.000Z",
5231-
"lastModifiedDate": "2024-11-21T08:02:00.000Z",
5237+
"lastModifiedDate": "2025-07-03T14:15:00.000Z",
52325238
"description": "`fs.mkdtemp()` and `fs.mkdtempSync()` can be used to bypass the permission model check using a path traversal attack. This flaw arises from a missing check in the fs.mkdtemp() API and the impact is a malicious actor could create an arbitrary directory.\n\nThis vulnerability affects all users using the experimental permission model in Node.js 20.\n\nPlease note that at the time this CVE was issued, the permission model is an experimental feature of Node.js."
52335239
},
52345240
"CVE-2023-32004": {

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.20250703.1",
3+
"version": "1.20250715.0",
44
"description": "Audit your Node version for known CVEs and patches ",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)