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

Commit be4e702

Browse files
committed
Automatic github actions updates. Changes found @lightswitch05
1 parent 5e9349c commit be4e702

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-06-09T13:39:24.423Z",
2+
"lastUpdatedDate": "2025-06-10T02:53:45.529Z",
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": 665,
7+
"releasesCount": 666,
88
"cveCount": 141,
99
"supportVersionsCount": 21,
10-
"latestVersion": "24.1.0",
10+
"latestVersion": "24.2.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.16.0",
3535
"23": "23.11.1",
36-
"24": "24.1.0",
36+
"24": "24.2.0",
3737
"0.10": "0.10.48",
3838
"0.12": "0.12.18",
3939
"1.0": "1.0.4",
@@ -373,7 +373,8 @@
373373
"23.10": "23.10.0",
374374
"23.11": "23.11.1",
375375
"24.0": "24.0.2",
376-
"24.1": "24.1.0"
376+
"24.1": "24.1.0",
377+
"24.2": "24.2.0"
377378
},
378379
"supportEndDates": {
379380
"4": {
@@ -4452,6 +4453,11 @@
44524453
"version": "24.1.0",
44534454
"releaseDate": "2025-05-21T00:00:00.000Z",
44544455
"patchedCveIds": []
4456+
},
4457+
"24.2.0": {
4458+
"version": "24.2.0",
4459+
"releaseDate": "2025-06-09T00:00:00.000Z",
4460+
"patchedCveIds": []
44554461
}
44564462
},
44574463
"cves": {
@@ -4592,7 +4598,7 @@
45924598
"id": "CVE-2018-1000168",
45934599
"baseScore": 7.5,
45944600
"publishedDate": "2018-05-08T15:29:00.000Z",
4595-
"lastModifiedDate": "2024-11-21T03:39:00.000Z",
4601+
"lastModifiedDate": "2025-06-09T16:15:00.000Z",
45964602
"description": "nghttp2 version >= 1.10.0 and nghttp2 <= v1.31.0 contains an Improper Input Validation CWE-20 vulnerability in ALTSVC frame handling that can result in segmentation fault leading to denial of service. This attack appears to be exploitable via network client. This vulnerability appears to have been fixed in >= 1.31.1."
45974603
},
45984604
"CVE-2019-735": {

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

0 commit comments

Comments
 (0)