-
-
Notifications
You must be signed in to change notification settings - Fork 359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Address dependency on package with high severity security vulnerability #779
Comments
The latest There is a new version of So I think |
- diff (via vows): GHSA-h6ch-v84p-w6p9 - async (via winston): GHSA-fwr7-v2mv-hh25 Related db-migrate/node-db-migrate#779 Related 4736c82 Closes flatiron#195
As seen here getting The |
Found it, a0432f1 - which is listed as a breaking change so probably not something that would be backported to the v0.11.x series. |
Thank you for examining this. As a result of your research I tested Would it be crazy to switch ... ? 😬 |
We upgraded to the latest beta version in one of our projects with no problem so it's not crazy. However, we tried doing the same in another project which is pretty similar and for some reason we now get hangs in our tests. I'm not sure if it's a bug in our project or not. But if the beta version works for you then that's probably the fastest and easiest way to resolve the CVE issue. #627 also has some statements on the stability of the beta series. |
Considering making the jump to 1.0.0-beta.18 from 0.11.x. Did you happen to overcome the issues you were having in the project that was hanging during tests? |
Thanks for the pointer @travivi This did the trick for me 👍 |
The latest version of
db-migrate
depends on a package with ahigh severity
vulnerability (GHSA-fwr7-v2mv-hh25). It is my understanding thatdb-migrate
does not directly use the affected packageasync
, but rather indirectly imports it viaprompt
.Please switch to an unaffected version of
prompt
or replace it altogether (e.g. #778).The text was updated successfully, but these errors were encountered: