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

Bump @braintree/sanitize-url and rendition in /ui #484

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 24, 2023

Bumps @braintree/sanitize-url to 6.0.2 and updates ancestor dependency rendition. These dependencies need to be updated together.

Updates @braintree/sanitize-url from 3.1.0 to 6.0.2

Changelog

Sourced from @​braintree/sanitize-url's changelog.

6.0.2

  • Fix issue where urls in the form https://example.com

/something were not properly sanitized

6.0.1

  • Fix issue where urls in the form javascript:alert('xss'); were not properly sanitized
  • Fix issue where urls in the form javasc	ript:alert('XSS'); were not properly sanitized

6.0.0

Breaking Changes

  • Decode HTML characters automatically that would result in an XSS vulnerability when rendering links via a server rendered HTML file
// decodes to javacript:alert('XSS')
const vulnerableUrl =
  "&[#0000106](https://github.com/braintree/sanitize-url/issues/0000106)&[#0000097](https://github.com/braintree/sanitize-url/issues/0000097)&[#0000118](https://github.com/braintree/sanitize-url/issues/0000118)&[#0000097](https://github.com/braintree/sanitize-url/issues/0000097)&[#0000115](https://github.com/braintree/sanitize-url/issues/0000115)&[#0000099](https://github.com/braintree/sanitize-url/issues/0000099)&[#0000114](https://github.com/braintree/sanitize-url/issues/0000114)&[#0000105](https://github.com/braintree/sanitize-url/issues/0000105)&[#0000112](https://github.com/braintree/sanitize-url/issues/0000112)&[#0000116](https://github.com/braintree/sanitize-url/issues/0000116)&[#0000058](https://github.com/braintree/sanitize-url/issues/0000058)&[#0000097](https://github.com/braintree/sanitize-url/issues/0000097)&[#0000108](https://github.com/braintree/sanitize-url/issues/0000108)&[#0000101](https://github.com/braintree/sanitize-url/issues/0000101)&[#0000114](https://github.com/braintree/sanitize-url/issues/0000114)&[#0000116](https://github.com/braintree/sanitize-url/issues/0000116)&[#0000040](https://github.com/braintree/sanitize-url/issues/0000040)&[#0000039](https://github.com/braintree/sanitize-url/issues/0000039)&[#0000088](https://github.com/braintree/sanitize-url/issues/0000088)&[#0000083](https://github.com/braintree/sanitize-url/issues/0000083)&[#0000083](https://github.com/braintree/sanitize-url/issues/0000083)&[#0000039](https://github.com/braintree/sanitize-url/issues/0000039)&[#0000041](https://github.com/braintree/sanitize-url/issues/0000041)";
sanitizeUrl(vulnerableUrl); // 'about:blank'
const okUrl = "https://example.com/" + vulnerableUrl;
// since the javascript bit is in the path instead of the protocol
// this is successfully sanitized
sanitizeUrl(okUrl); // 'https://example.com/javascript:alert('XSS');

5.0.2

  • Fix issue where certain invisible white space characters were not being sanitized (#35)

5.0.1

  • Fix issue where certain safe characters were being filtered out (#31 thanks @​akirchmyer)

5.0.0

Breaking Changes

4.1.1

  • Fixup path to type declaration (closes #25)

4.1.0

  • Add typescript types

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by braintree, a new releaser for @​braintree/sanitize-url since your current version.


Updates rendition from 18.3.0 to 34.8.3

Changelog

Sourced from rendition's changelog.

34.8.3 - 2023-02-09

  • Fix onCheck checked state [JSReds]

34.8.2 - 2023-02-07

  • Layout: Fix ErrorBoundary property typing [myarmolinsky]

34.8.1 - 2023-02-02

  • Fix server side checked items getter and fix useRequest when pagination is a dependency [JSReds]

34.8.0 - 2023-02-01

  • Add Layout component [myarmolinsky]

34.7.3 - 2023-01-19

  • DownloadImageModal: Add support for empty string OS variant [Thodoris Greasidis]

34.7.2 - 2023-01-11

  • DownloadImageModal: Fix mixing instructions when a step is repeated [Thodoris Greasidis]

34.7.1 - 2023-01-09

  • Fix compatibility with selection without server side pagination [JSReds]

34.7.0 - 2023-01-05

  • Adapt onCheck event for server side pagination [JSReds]

34.6.0 - 2023-01-02

  • Table: deprecate itemsPerPage property [JSReds]
  • Add server side pagination [JSReds]

34.5.1 - 2022-12-28

  • Fix Breadcrumb keys error [JSReds]

34.5.0 - 2022-12-19

  • useRequest: Make the result usable as object as well [Thodoris Greasidis]

34.4.1 - 2022-12-07

  • Remove unnecessary @​types/mermaid dependency [myarmolinsky]

34.4.0 - 2022-12-07

... (truncated)

Commits
  • 9799010 v34.8.3
  • e5dad20 Merge pull request #1697 from balena-io-modules/fix-oncheck-state
  • 6ba79b0 Fix onCheck checked state
  • e35d599 v34.8.2
  • 478f5e2 Merge pull request #1696 from balena-io-modules/fix-flickering-effect
  • d15754e Layout: Fix ErrorBoundary property typing
  • 57e0ef3 v34.8.1
  • 0bf1a61 Merge pull request #1693 from balena-io-modules/pagination-fixes
  • a0e3270 Fix server side checked items getter and fix useRequest when pagination is a ...
  • 8414d5f v34.8.0
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [@braintree/sanitize-url](https://github.com/braintree/sanitize-url) to 6.0.2 and updates ancestor dependency [rendition](https://github.com/balena-io-modules/rendition). These dependencies need to be updated together.


Updates `@braintree/sanitize-url` from 3.1.0 to 6.0.2
- [Release notes](https://github.com/braintree/sanitize-url/releases)
- [Changelog](https://github.com/braintree/sanitize-url/blob/main/CHANGELOG.md)
- [Commits](braintree/sanitize-url@v3.1.0...v6.0.2)

Updates `rendition` from 18.3.0 to 34.8.3
- [Release notes](https://github.com/balena-io-modules/rendition/releases)
- [Changelog](https://github.com/balena-io-modules/rendition/blob/master/CHANGELOG.md)
- [Commits](balena-io-modules/rendition@v18.3.0...v34.8.3)

---
updated-dependencies:
- dependency-name: "@braintree/sanitize-url"
  dependency-type: indirect
- dependency-name: rendition
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants