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
Any reason why debug is still using ms 0.7.2 version?
"dependencies": {
"ms": "0.7.2"
node security scanner is complaining that this dependency is vulnerable to CVE-2015-8315, https://nodesecurity.io/advisories/46 although its a false- positive detection since fix is implemented beginning at 0.7.1 and up.
Thanks!
Ron
The text was updated successfully, but these errors were encountered:
Any reason why debug is still using ms 0.7.2 version?
"dependencies": {
"ms": "0.7.2"
node security scanner is complaining that this dependency is vulnerable to CVE-2015-8315, https://nodesecurity.io/advisories/46 although its a false- positive detection since fix is implemented beginning at 0.7.1 and up.
Thanks!
Ron
The text was updated successfully, but these errors were encountered: