It has vulnerability #1
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
npm audit
Unless there's a vulnerability in node's Buffer itself, I don't see how I could be introducing a vulnerability:
And what's the recommendation? I suppose I could test that 'str' is a string and not
a number (not allowed anyway)an array?Actually, the advisory you linked to (https://nodesecurity.io/advisories/646) says that there is no vulnerability in the current version.
All you have to do is update to v2.1.0
I believe that was to address a security issue with node's deprecated buffer constructor, not this module itself.
Thanks for the report. I'll go ahead and close this, but let me know if you think something else should be changed.
Thank you for replying.
I updated by
npm install atob@2.1.1
.The Issue was close but the Warning not resolved.
One of these modules is the one that has the older version:
It's probably
source-map-resolve
.