-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Upgrade libraries, fix vulnerabilities #63
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #63 +/- ##
==========================================
+ Coverage 83.93% 84.89% +0.95%
==========================================
Files 17 17
Lines 610 556 -54
==========================================
- Hits 512 472 -40
+ Misses 98 84 -14
Continue to review full report at Codecov.
|
I just run Snyk and got this warning:
|
Can we expect this change to be merged. Or we need to manually patch it locally :( Regular Expression Denial of Service Package braces Patched in >=2.3.1 Dependency of cpx [dev] Path cpx > chokidar > anymatch > micromatch > braces |
Hi! could this PR be merged please? |
There's a bigger problem than only those vulnerabilities. The last release of this project was in 2016 - version 1.5.0, which is the newest one was created 5 years ago. I believe that this project is just dead. Fortunately no one uses cpx in production code, only for building, so all vulnerabilities can be just ignored, cause they aren't real problems, although I'd say that it's not an ideal situation, cause everyone using this tool will have to maintain the ignored list of vulnerabilities by himself. |
I found this: https://www.npmjs.com/package/cpx-fixed |
This pr updates libraries, and fixes vulnerabilities reported at https://www.npmjs.com/advisories/786