Skip to content
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

Update dependency jquery to v3.5.0 [SECURITY] - abandoned #206

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 5, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jquery (source) 3.4.1 -> 3.5.0 age adoption passing confidence

GitHub 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_JQUERY option 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:

jQuery.htmlPrefilter = function( html ) {
	return html;
};

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

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.


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/npm-jquery-vulnerability branch 29 times, most recently from 0e71327 to 6ea1f6a Compare October 30, 2020 17:40
@renovate renovate bot force-pushed the renovate/npm-jquery-vulnerability branch 16 times, most recently from 81e32d3 to d3d7923 Compare November 4, 2020 15:32
@renovate renovate bot force-pushed the renovate/npm-jquery-vulnerability branch from d3d7923 to 68526c4 Compare November 24, 2020 04:32
@renovate renovate bot force-pushed the renovate/npm-jquery-vulnerability branch from 68526c4 to f8cba36 Compare February 14, 2021 12:55
@renovate renovate bot changed the title Update dependency jquery to v3.5.0 [SECURITY] Update dependency jquery to v3.5.0 [SECURITY] - autoclosed Jul 4, 2021
@renovate renovate bot closed this Jul 4, 2021
@renovate renovate bot deleted the renovate/npm-jquery-vulnerability branch July 4, 2021 14:05
@renovate renovate bot changed the title Update dependency jquery to v3.5.0 [SECURITY] - autoclosed Update dependency jquery to v3.5.0 [SECURITY] Jul 4, 2021
@renovate renovate bot reopened this Jul 4, 2021
@renovate renovate bot restored the renovate/npm-jquery-vulnerability branch July 4, 2021 14:16
@renovate renovate bot force-pushed the renovate/npm-jquery-vulnerability branch from f8cba36 to b7b89db Compare July 4, 2021 14:17
@renovate renovate bot force-pushed the renovate/npm-jquery-vulnerability branch from b7b89db to dc261fa Compare July 16, 2021 05:15
@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot changed the title Update dependency jquery to v3.5.0 [SECURITY] Update dependency jquery to v3.5.0 [SECURITY] - abandoned Dec 1, 2023
Copy link
Author

renovate bot commented Dec 1, 2023

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant