electron-userland/electron-json-storage

async 2.0 has vulnerable issue

garasubo opened this issue ยท 3 comments

async 2.0 includes vulnerability (GHSA-fwr7-v2mv-hh25).
I looked into the usage of async library in this project, and it looked this project didn't use the vulnerable method. However, this caused warning message from npm both in this project and projects using this library.

It will be nice to update >= 3.2.2. There are some breaking changes, but I think it won't affect this project.

@jviotti Any update on this? #176 or #178 will resolve this issue.

Thanks @garasubo! The PRs look good, but Travis CI is not kicking-in for this repo for some reason. I'll see if I can make it work. I don't have admin permissions on this repo though, so we will have to contact an admin if I cannot resolve it.