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

chore(deps): Update dependency angular to version 1.8.0 🌟 #7754

Merged
merged 1 commit into from
Jun 22, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 18, 2020

This PR contains the following updates:

Package Type Update Change
angular (source) devDependencies minor 1.7.9 -> 1.8.0

GitHub Vulnerability Alerts

CVE-2020-7676

angular.js prior to 1.8.0 allows cross site scripting. The regex-based input HTML replacement may turn sanitized code into unsanitized one. Wrapping "" elements in "" ones changes parsing behavior, leading to possibly unsanitizing code. Release Notes angular/angular.js v1.8.0 Compare Source This release contains a breaking change to resolve a security issue which was discovered by Krzysztof Kotowicz(@​koto); and independently by Esben Sparre Andreasen (@​esbena) while performing a Variant Analysis of CVE-2020-11022 which itself was found and reported by Masato Kinugawa (@​masatokinugawa). Bug Fixes jqLite: prevent possible XSS due to regex-based HTML replacement (2df43c) Breaking Changes jqLite due to: 2df43c: prevent possible XSS due to regex-based HTML replacement JqLite no longer turns XHTML-like strings like <div /><span /> to sibling elements <div></div><span></span> when not in XHTML mode. Instead it will leave them as-is. The browser, in non-XHTML mode, will convert these to: <div><span></span></div>. This is a security fix to avoid an XSS vulnerability if a new jqLite element is created from a user-controlled HTML string. If you must have this functionality and understand the risk involved then it is posible to restore the original behavior by calling angular.UNSAFE_restoreLegacyJqLiteXHTMLReplacement(); But you should adjust your code for this change and remove your use of this function as soon as possible. Note that this only patches jqLite. If you use jQuery 3.5.0 or newer, please read the jQuery 3.5 upgrade guide for more details about the workarounds. Renovate configuration :date: Schedule: "" in timezone America/New_York. :vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied. :recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot added renovate Triggered by renovatebot type: dependencies labels Jun 18, 2020
@cypress-bot
Copy link
Contributor

cypress-bot bot commented Jun 18, 2020

See the guidelines for reviewing dependency updates for info on how to review dependency update PRs.

@cypress
Copy link

cypress bot commented Jun 18, 2020



Test summary

3518 0 57 0


Run details

Project cypress
Status Passed
Commit 89db7ae
Started Jun 22, 2020 8:26 AM
Ended Jun 22, 2020 8:33 AM
Duration 06:49 💡
OS Linux Debian - 10.1
Browser Firefox 74

View run in Cypress Dashboard ➡️


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

@renovate renovate bot changed the title chore(deps): update dependency angular to version 1.8.0 🌟 chore(deps): Update dependency angular to version 1.8.0 🌟 Jun 18, 2020
@renovate renovate bot force-pushed the renovate/npm-angular-vulnerability branch 3 times, most recently from 1468509 to 0d0fbbf Compare June 19, 2020 21:15
@renovate renovate bot force-pushed the renovate/npm-angular-vulnerability branch from 0d0fbbf to 89db7ae Compare June 22, 2020 05:09
@jennifer-shehane jennifer-shehane self-requested a review June 22, 2020 08:25
Copy link
Member

@jennifer-shehane jennifer-shehane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be fine.

@jennifer-shehane jennifer-shehane merged commit abe2f3d into develop Jun 22, 2020
@cypress-bot
Copy link
Contributor

cypress-bot bot commented Jun 23, 2020

Released in 4.9.0.

This comment thread has been locked. If you are still experiencing this issue after upgrading to
Cypress v4.9.0, please open a new issue.

@cypress-bot cypress-bot bot locked as resolved and limited conversation to collaborators Jun 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
renovate Triggered by renovatebot type: dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants