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

Commit d0547b3

Browse files
committed
Automatic github actions updates. Changes found @lightswitch05
1 parent 2c731f0 commit d0547b3

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/rules-v1.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"lastUpdatedDate": "2025-04-24T13:36:04.557Z",
2+
"lastUpdatedDate": "2025-04-25T02:42:54.578Z",
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",
@@ -5005,21 +5005,21 @@
50055005
"id": "CVE-2022-35255",
50065006
"baseScore": 9.1,
50075007
"publishedDate": "2022-12-05T22:15:00.000Z",
5008-
"lastModifiedDate": "2024-11-21T07:10:00.000Z",
5008+
"lastModifiedDate": "2025-04-24T14:15:00.000Z",
50095009
"description": "A weak randomness in WebCrypto keygen vulnerability exists in Node.js 18 due to a change with EntropySource() in SecretKeyGenTraits::DoKeyGen() in src/crypto/crypto_keygen.cc. There are two problems with this: 1) It does not check the return value, it assumes EntropySource() always succeeds, but it can (and sometimes will) fail. 2) The random data returned byEntropySource() may not be cryptographically strong and therefore not suitable as keying material."
50105010
},
50115011
"CVE-2022-35256": {
50125012
"id": "CVE-2022-35256",
50135013
"baseScore": 6.5,
50145014
"publishedDate": "2022-12-05T22:15:00.000Z",
5015-
"lastModifiedDate": "2024-11-21T07:10:00.000Z",
5015+
"lastModifiedDate": "2025-04-24T14:15:00.000Z",
50165016
"description": "The llhttp parser in the http module in Node v18.7.0 does not correctly handle header fields that are not terminated with CLRF. This may result in HTTP Request Smuggling."
50175017
},
50185018
"CVE-2022-43548": {
50195019
"id": "CVE-2022-43548",
50205020
"baseScore": 8.1,
50215021
"publishedDate": "2022-12-05T22:15:00.000Z",
5022-
"lastModifiedDate": "2024-11-21T07:26:00.000Z",
5022+
"lastModifiedDate": "2025-04-24T14:15:00.000Z",
50235023
"description": "A OS Command Injection vulnerability exists in Node.js versions <14.21.1, <16.18.1, <18.12.1, <19.0.1 due to an insufficient IsAllowedHost check that can easily be bypassed because IsIPAddress does not properly check if an IP address is invalid before making DBS requests allowing rebinding attacks.The fix for this issue in https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32212 was incomplete and this new CVE is to complete the fix."
50245024
},
50255025
"CVE-2023-23918": {

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

0 commit comments

Comments
 (0)