Closed
Description
Version
v21.6.2
Platform
Linux 3aa06663b056 6.6.12-linuxkit #1 SMP PREEMPT_DYNAMIC Tue Jan 30 09:48:40 UTC 2024 x86_64 Linux
Subsystem
ip
What steps will reproduce the bug?
Build container image with node version v21.6.2 and scan it using any image scanning tool available.
It will report the medium severity vulnerability in ip package which is bundled as deps for nodejs here: https://github.com/nodejs/node/blob/main/deps/npm/node_modules/ip/package.json
You can also find the more information about this vulnerability here: GHSA-78xj-cgh5-2h22
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior? Why is that the expected behavior?
You should change the ip package version to 2.0.1.
What do you see instead?
Medium Severity Vulnerability
Additional information
No response