Skip to content

Commit 4733b0e

Browse files
authored
Update README.md
1 parent 6514a7f commit 4733b0e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ It's strongly recommended to include this as a step in the app CI.
1717

1818
```console
1919
$ node -v
20-
v19.0.0
20+
v20.3.0
2121
$ npx is-my-node-vulnerable
2222

2323

@@ -28,11 +28,11 @@ $ npx is-my-node-vulnerable
2828
██████ ██ ██ ██ ████ ██████ ███████ ██ ██
2929

3030

31-
The current Node.js version (v19.0.0) is vulnerable to the following CVEs:
31+
The current Node.js version (v20.3.0) is vulnerable to the following CVEs:
3232

33-
CVE-2022-43548: The Node.js rebinding protector for --inspect still allows invalid IP address, specifically, the octal format.
34-
Patched versions: ^14.21.1 || ^16.18.1 || ^18.12.1 || ^19.0.1
35-
=============================================================================================================================================
33+
CVE-2023-30581: The use of proto in process.mainModule.proto.require() can bypass the policy mechanism and require modules outside of the policy.json definition
34+
Patched versions: ^16.20.1 || ^18.16.1 || ^20.3.1
35+
==================================================================================================================================================================================
3636
```
3737

3838
### Output - When non-vulnerable

0 commit comments

Comments
 (0)