-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Security patch: Updates jquery version with 3.5.0 #882
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
Conversation
I received a GitHub security alert with a suggested remediation to update jquery to 3.5.0. This is the only place in bookdown that I could find an opportunity to do so.
yihui
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bumping the version number is not enough. We also need to actually include a copy of jquery.min.js: https://github.com/rstudio/bookdown/tree/master/inst/resources/jquery Thanks!
yihui
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And also see #693.
|
Would you like me to add and commit? |
|
I have replaced jquery.min.js v2.2.3 with v.3.5.0. All tests have passed. I have done a global search in the repo for the string "jquery" Two questions:
|
|
This has been done in #693. To answer your two questions (if you still need the answers):
Thank you very much! |
I received a GitHub security alert with a suggested remediation to update jquery to 3.5.0.
This is the only place in bookdown that I could find an opportunity to do so.