Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Manipulation: Skip the select wrapper for <option> outside of IE 9#4647

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
mgol merged 1 commit intojquery:3.x-stablefrommgol:3.x-wrapMap-option
Mar 30, 2020

Conversation

@mgol
Copy link
Member

@mgolmgol commentedMar 25, 2020
edited
Loading

Summary

Skip the select wrapper for outside of IE 9.

+29 +20 bytes.

This is a security fix forCVE-2020-11023.

Checklist

@mgolmgol added this to the3.5.0 milestoneMar 25, 2020
@mgolmgol self-assigned thisMar 25, 2020
@mgol
Copy link
MemberAuthor

Reduced to +20 bytes.

@mgolmgol added the Discuss in MeetingReserved for Issues and PRs that anyone would like to discuss in the weekly meeting. labelMar 26, 2020
@mgolmgol removed Discuss in MeetingReserved for Issues and PRs that anyone would like to discuss in the weekly meeting. Needs review labelsMar 30, 2020
@mgolmgol merged commit966a709 intojquery:3.x-stableMar 30, 2020
@mgolmgol deleted the 3.x-wrapMap-option branchMarch 30, 2020 18:15
mgol added a commit that referenced this pull requestApr 29, 2020
serg-cymbaluk added a commit to serg-cymbaluk/freeipa that referenced this pull requestSep 21, 2020
The commit includes the following jQuery patches:- Manipulation: Make jQuery.htmlPrefilter an identity function  (jquery/jquery#4642)- Manipulation: Skip the select wrapper for <option> outside of IE 9  (jquery/jquery#4647)In addition there is included a script that helps to patch and buildthe new version of jQuery:  $ install/ui/util/make-jquery.js 3.4.1Ticket:https://pagure.io/freeipa/issue/8507Signed-off-by: Serhii Tsymbaliuk <stsymbal@redhat.com>
serg-cymbaluk added a commit to serg-cymbaluk/freeipa that referenced this pull requestSep 23, 2020
The commit includes the following jQuery patches:- Manipulation: Make jQuery.htmlPrefilter an identity function  (jquery/jquery#4642)- Manipulation: Skip the select wrapper for <option> outside of IE 9  (jquery/jquery#4647)In addition there is included a script that helps to patch and buildthe new version of jQuery:  $ install/ui/util/make-jquery.js 3.4.1Ticket:https://pagure.io/freeipa/issue/8507Signed-off-by: Serhii Tsymbaliuk <stsymbal@redhat.com>
serg-cymbaluk added a commit to serg-cymbaluk/freeipa that referenced this pull requestSep 23, 2020
The commit includes the following jQuery patches:- Manipulation: Make jQuery.htmlPrefilter an identity function  (jquery/jquery#4642)- Manipulation: Skip the select wrapper for <option> outside of IE 9  (jquery/jquery#4647)In addition there is included a script that helps to patch and buildthe new version of jQuery:  $ install/ui/util/make-jquery.js 3.4.1Ticket:https://pagure.io/freeipa/issue/8507Signed-off-by: Serhii Tsymbaliuk <stsymbal@redhat.com>
serg-cymbaluk added a commit to serg-cymbaluk/freeipa that referenced this pull requestSep 24, 2020
The commit includes the following jQuery patches:- Manipulation: Make jQuery.htmlPrefilter an identity function  (jquery/jquery#4642)- Manipulation: Skip the select wrapper for <option> outside of IE 9  (jquery/jquery#4647)In addition there is included a script that helps to patch and buildthe new version of jQuery:  $ install/ui/util/make-jquery.js 3.4.1Ticket:https://pagure.io/freeipa/issue/8507Signed-off-by: Serhii Tsymbaliuk <stsymbal@redhat.com>
serg-cymbaluk added a commit to serg-cymbaluk/freeipa that referenced this pull requestSep 24, 2020
The commit includes the following jQuery patches:- Manipulation: Make jQuery.htmlPrefilter an identity function  (jquery/jquery#4642)- Manipulation: Skip the select wrapper for <option> outside of IE 9  (jquery/jquery#4647)In addition there is included a script that helps to patch and buildthe new version of jQuery:  $ install/ui/util/make-jquery.js 3.4.1Ticket:https://pagure.io/freeipa/issue/8507Signed-off-by: Serhii Tsymbaliuk <stsymbal@redhat.com>
freeipa-pr-ci pushed a commit to freeipa-pr-ci/freeipa that referenced this pull requestSep 24, 2020
The commit includes the following jQuery patches:- Manipulation: Make jQuery.htmlPrefilter an identity function  (jquery/jquery#4642)- Manipulation: Skip the select wrapper for <option> outside of IE 9  (jquery/jquery#4647)In addition there is included a script that helps to patch and buildthe new version of jQuery:  $ install/ui/util/make-jquery.js 3.4.1Ticket:https://pagure.io/freeipa/issue/8507Signed-off-by: Serhii Tsymbaliuk <stsymbal@redhat.com>Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
serg-cymbaluk added a commit to serg-cymbaluk/freeipa that referenced this pull requestOct 7, 2020
The commit includes the following jQuery patches:- Manipulation: Make jQuery.htmlPrefilter an identity function  (jquery/jquery#4642)- Manipulation: Skip the select wrapper for <option> outside of IE 9  (jquery/jquery#4647)In addition there is included a script that helps to patch and buildthe new version of jQuery:  $ install/ui/util/make-jquery.js 3.4.1Ticket:https://pagure.io/freeipa/issue/8507Signed-off-by: Serhii Tsymbaliuk <stsymbal@redhat.com>Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
abbra pushed a commit to freeipa/freeipa that referenced this pull requestOct 9, 2020
The commit includes the following jQuery patches:- Manipulation: Make jQuery.htmlPrefilter an identity function  (jquery/jquery#4642)- Manipulation: Skip the select wrapper for <option> outside of IE 9  (jquery/jquery#4647)In addition there is included a script that helps to patch and buildthe new version of jQuery:  $ install/ui/util/make-jquery.js 3.4.1Ticket:https://pagure.io/freeipa/issue/8507Signed-off-by: Serhii Tsymbaliuk <stsymbal@redhat.com>Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
tamcy pushed a commit to tamcy/jquery that referenced this pull requestMar 17, 2022
Closesjquerygh-4647# Conflicts:#src/manipulation/wrapMap.js#test/unit/support.js
roytoo added a commit to roytoo/jquery that referenced this pull requestMay 29, 2022
msablic added a commit to msablic/jquery that referenced this pull requestSep 29, 2022
rickypowell pushed a commit to draios/jquery that referenced this pull requestMar 12, 2024
@github-actionsgithub-actionsbot locked asresolvedand limited conversation to collaboratorsSep 25, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.

Reviewers

@timmywiltimmywiltimmywil approved these changes

Assignees

@mgolmgol

Milestone

3.5.0

Development

Successfully merging this pull request may close these issues.

2 participants

@mgol@timmywil

[8]ページ先頭

©2009-2025 Movatter.jp