-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Update outdated dependency with vulnerablities #2721
Labels
Comments
Yes, that's probably a good idea, anyways. |
I just wanted to make the same request. My issue is actually failing tests because of an old jsdom version
|
This issue is stale because it has been open 90 days with no activity. It will be closed soon. Please comment/reopen if this issue is still relevant. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jsPDF is using an outdated version of canvg which contains vulnerable child dependencies, acorn and acorn-globals.
https://www.npmjs.com/advisories/1488
The vulnerabilities allow an attacker to block access to the app via a ReDOS attack. This has been mitigated and canvg has removed or updated jsdom, which requires the vulnerable versions of acorn. Can you please update the dependencies to at least canvg@2.00 where they use a newer versions that have mitigated the vulnerability?
The text was updated successfully, but these errors were encountered: