-
Notifications
You must be signed in to change notification settings - Fork 452
Update dependency jquery-ui to v1.13.2 [SECURITY] #1068
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
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/npm-jquery-ui-vulnerability
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
8748741 to
884f993
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1068 +/- ##
=======================================
Coverage 69.48% 69.48%
=======================================
Files 62 62
Lines 5306 5306
Branches 1149 1149
=======================================
Hits 3687 3687
Misses 1585 1585
Partials 34 34 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
01f44e3 to
740fee7
Compare
740fee7 to
be4f514
Compare
843cd23 to
7f74941
Compare
2b387aa to
2d404b8
Compare
2d404b8 to
7b2fbc3
Compare
d73a990 to
bdb30f1
Compare
802dae6 to
e0b27ea
Compare
65ce003 to
69e9aef
Compare
1875650 to
fa336c7
Compare
5476b81 to
196fe1f
Compare
5d56d45 to
16431f7
Compare
c412639 to
6622dee
Compare
6622dee to
1089ff1
Compare
2dbbe84 to
9dd1282
Compare
bc7f86a to
7626e45
Compare
7626e45 to
d5680f9
Compare
0a606a1 to
46e32f6
Compare
d3e6c7d to
7bd98c5
Compare
9e373e7 to
0915b51
Compare
0915b51 to
814d17f
Compare
814d17f to
f8aa018
Compare
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:
1.12.1->1.13.2GitHub Vulnerability Alerts
CVE-2021-41184
Impact
Accepting the value of the
ofoption of the.position()util from untrusted sources may execute untrusted code. For example, invoking the following code:will call the
doEvilThing()function.Patches
The issue is fixed in jQuery UI 1.13.0. Any string value passed to the
ofoption is now treated as a CSS selector.Workarounds
A workaround is to not accept the value of the
ofoption from untrusted sources.For more information
If you have any questions or comments about this advisory, search for a relevant issue in the jQuery UI repo. If you don't find an answer, open a new issue.
CVE-2021-41182
Impact
Accepting the value of the
altFieldoption of the Datepicker widget from untrusted sources may execute untrusted code. For example, initializing the datepicker in the following way:will call the
doEvilThingfunction.Patches
The issue is fixed in jQuery UI 1.13.0. Any string value passed to the
altFieldoption is now treated as a CSS selector.Workarounds
A workaround is to not accept the value of the
altFieldoption from untrusted sources.For more information
If you have any questions or comments about this advisory, search for a relevant issue in the jQuery UI repo. If you don't find an answer, open a new issue.
CVE-2021-41183
Impact
Accepting the value of various
*Textoptions of the Datepicker widget from untrusted sources may execute untrusted code. For example, initializing the datepicker in the following way:will call
doEvilThingwith 6 different parameters coming from all*Textoptions.Patches
The issue is fixed in jQuery UI 1.13.0. The values passed to various
*Textoptions are now always treated as pure text, not HTML.Workarounds
A workaround is to not accept the value of the
*Textoptions from untrusted sources.For more information
If you have any questions or comments about this advisory, search for a relevant issue in the jQuery UI repo. If you don't find an answer, open a new issue.
CVE-2022-31160
Impact
Initializing a checkboxradio widget on an input enclosed within a label makes that parent label contents considered as the input label. If you call
.checkboxradio( "refresh" )on such a widget and the initial HTML contained encoded HTML entities, they will erroneously get decoded. This can lead to potentially executing JavaScript code.For example, starting with the following initial secure HTML:
and calling:
will turn the initial HTML into:
and the alert will get executed.
Patches
The bug has been patched in jQuery UI 1.13.2.
Workarounds
To remediate the issue, if you can change the initial HTML, you can wrap all the non-input contents of the
labelin aspan:References
https://blog.jqueryui.com/2022/07/jquery-ui-1-13-2-released/
For more information
If you have any questions or comments about this advisory, search for a relevant issue in the jQuery UI repo. If you don't find an answer, open a new issue.
Release Notes
jquery/jquery-ui (jquery-ui)
v1.13.2: jQuery UI 1.13.2 releasedCompare Source
https://blog.jqueryui.com/2022/07/jquery-ui-1-13-2-released/
v1.13.1: jQuery UI 1.13.1 releasedCompare Source
https://blog.jqueryui.com/2022/01/jquery-ui-1-13-1-released/
v1.13.0: jQuery UI 1.13.0 releasedCompare Source
https://blog.jqueryui.com/2021/10/jquery-ui-1-13-0-released/
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 is behind base branch, 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.