You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have seen this vulnerability for the dependency [email protected] with a CVSS score of 7.5. NPM debug prior to 4.3.0 has a Memory Leak when creating debug instances inside a function which can have a significant impact in the Availability. This happens since the function debug in the file src/common.js does not free up used memory.
To resolve this issue we need to upgrade to version [email protected] which will resolve the vulnerability.
I see that there is an open PR to upgrade the dependency #201, is there a reason is has been open for so long not yet merged?
The text was updated successfully, but these errors were encountered:
Hi,
We have seen this vulnerability for the dependency
[email protected]
with aCVSS
score of 7.5.NPM debug prior to 4.3.0 has a Memory Leak when creating debug instances inside a function which can have a significant impact in the Availability. This happens since the function debug in the file src/common.js does not free up used memory.
To resolve this issue we need to upgrade to version
[email protected]
which will resolve the vulnerability.I see that there is an open PR to upgrade the dependency #201, is there a reason is has been open for so long not yet merged?
The text was updated successfully, but these errors were encountered: