Update dependency jquery to v3.5.0 [SECURITY] - #47
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/npm-jquery-vulnerability
branch
from
July 9, 2023 10:59
4f3ad92 to
b96c132
Compare
renovate
Bot
force-pushed
the
renovate/npm-jquery-vulnerability
branch
3 times, most recently
from
July 19, 2023 09:08
be2a187 to
6270e7e
Compare
renovate
Bot
force-pushed
the
renovate/npm-jquery-vulnerability
branch
2 times, most recently
from
August 1, 2023 13:30
ea78c21 to
ff19d33
Compare
renovate
Bot
force-pushed
the
renovate/npm-jquery-vulnerability
branch
from
August 9, 2023 13:52
ff19d33 to
4978cfe
Compare
renovate
Bot
force-pushed
the
renovate/npm-jquery-vulnerability
branch
2 times, most recently
from
August 27, 2023 10:27
6a5e1fd to
001b812
Compare
renovate
Bot
force-pushed
the
renovate/npm-jquery-vulnerability
branch
from
September 19, 2023 11:51
001b812 to
2bcd61b
Compare
renovate
Bot
force-pushed
the
renovate/npm-jquery-vulnerability
branch
2 times, most recently
from
October 1, 2023 22:44
f8f07e3 to
c5ecfb3
Compare
renovate
Bot
force-pushed
the
renovate/npm-jquery-vulnerability
branch
2 times, most recently
from
October 9, 2023 09:55
8a0fbfa to
78de394
Compare
renovate
Bot
force-pushed
the
renovate/npm-jquery-vulnerability
branch
from
October 15, 2023 15:38
78de394 to
e747761
Compare
renovate
Bot
force-pushed
the
renovate/npm-jquery-vulnerability
branch
from
October 23, 2023 13:49
e747761 to
9ab4314
Compare
renovate
Bot
force-pushed
the
renovate/npm-jquery-vulnerability
branch
from
November 6, 2023 09:01
9ab4314 to
bccc637
Compare
Contributor
Author
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: package-lock.json |
renovate
Bot
force-pushed
the
renovate/npm-jquery-vulnerability
branch
from
December 3, 2023 11:58
bccc637 to
325e598
Compare
Contributor
Author
|
renovate
Bot
force-pushed
the
renovate/npm-jquery-vulnerability
branch
from
December 8, 2024 21:57
3db5de2 to
325e598
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.3.1->3.5.0GitHub Vulnerability Alerts
CVE-2020-11023
Impact
Passing HTML containing
<option>elements from untrusted sources - even after sanitizing them - to one of jQuery's DOM manipulation methods (i.e..html(),.append(), and others) may execute untrusted code.Patches
This problem is patched in jQuery 3.5.0.
Workarounds
To workaround this issue without upgrading, use DOMPurify with its
SAFE_FOR_JQUERYoption to sanitize the HTML string before passing it to a jQuery method.References
https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/
For more information
If you have any questions or comments about this advisory, search for a relevant issue in the jQuery repo. If you don't find an answer, open a new issue.
CVE-2020-11022
Impact
Passing HTML from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e.
.html(),.append(), and others) may execute untrusted code.Patches
This problem is patched in jQuery 3.5.0.
Workarounds
To workaround the issue without upgrading, adding the following to your code:
You need to use at least jQuery 1.12/2.2 or newer to be able to apply this workaround.
References
https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/
https://jquery.com/upgrade-guide/3.5/
For more information
If you have any questions or comments about this advisory, search for a relevant issue in the jQuery repo. If you don't find an answer, open a new issue.
Release Notes
jquery/jquery (jquery)
v3.5.0: jQuery 3.5.0 Released!Compare Source
See the blog post:
https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/
and the upgrade guide:
https://jquery.com/upgrade-guide/3.5/
NOTE: Despite being a minor release, this update includes a breaking change that we had to make to fix a security issue (
CVE-2020-11022). Please follow the blog post & the upgrade guide for more details.v3.4.1Compare Source
v3.4.0Compare Source
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.