-
Notifications
You must be signed in to change notification settings - Fork 278
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
Updated react-pdf dependency #3342
Conversation
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
@bexsoft looks like it is failing in CI |
Yes @prakashsvmx This is expected according wojtekmaj/react-pdf#1786, this updated react-pdf version avoids the exploit of this issue according to the creator of the library |
What does this do?
Updated react-pdf dependency as mentioned in wojtekmaj/react-pdf#1786
According this document audit alert will still appear until mozilla/pdf.js#18051 gets merged & applied to react-pdf library. In the meantime the issue cannot be exploited as react-pdf in their latest version enforced the use of
isEvalSupported
function to false.