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 sanitize-html from 1.20.1 to 2.3.2 #66

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2021

Bumps sanitize-html from 1.20.1 to 2.3.2.

Changelog

Sourced from sanitize-html's changelog.

2.3.2 (2021-01-26):

  • Additional fixes for iframe validation exploits. Prevent exploits based on browsers' tolerance of the use of "" rather than "/" and the presence of whitespace at this point in the URL. Thanks to Ron Masas of Checkmarx for pointing out the issue and writing unit tests.
  • Updates README yarn add syntax. Thanks to Tagir Khadshiev for the contribution.

2.3.1 (2021-01-22):

  • Uses the standard WHATWG URL parser to stop IDNA (Internationalized Domain Name) attacks on the iframe hostname validator. Thanks to Ron Masas of Checkmarx for pointing out the issue and suggesting the use of the WHATWG parser.

2.3.0 (2020-12-16):

  • Upgrades htmlparser2 to new major version ^6.0.0. Thanks to Bogdan Chadkin for the contribution.

2.2.0 (2020-12-02):

  • Adds a note to the README about Typescript support (or the lack-thereof).
  • Adds tel to the default allowedSchemes. Thanks to Arne Herbots for this contribution.

2.1.2 (2020-11-04):

  • Fixes typos and inconsistencies in the README. Thanks to Eric Lefevre-Ardant for this contribution.

2.1.1 (2020-10-21):

  • Fixes a bug when using allowedClasses with an '*' wildcard selector. Thanks to Clemens Damke for this contribution.
  • Updates mocha to 7.x to resolve security warnings.

2.1.0 (2020-10-07):

  • sup added to the default allowed tags list. Thanks to Julian Lam for the contribution.
  • Updates default allowedTags README documentation. Thanks to Marco Arduini for the contribution.

2.0.0 (2020-09-23):

  • nestingLimit option added.
  • Updates ESLint config package and fixes warnings.
  • Upgrade is-plain-object package with named export. Thanks to Bogdan Chadkin for the contribution.
  • Upgrade postcss package and drop Node 11 and Node 13 support (enforced by postcss).

Backwards compatibility breaks:

  • There is no build. You should no longer directly link to a sanitize-html file directly in the browser as it is using modern Javascript that is not fully supported by all major browsers (depending on your definition). You should now include sanitize-html in your project build for this purpose if you have one.
  • On the server side, Node.js 10 or higher is required.
  • The default allowedTags array was updated significantly. This mostly added HTML tags to be more comprehensive by default. You should review your projects and consider the allowedTags defaults if you are not already overriding them.

2.0.0-rc.2 (2020-09-09):

  • Always use existing has function rather than duplicating it.

2.0.0-rc.1 (2020-08-26):

  • Upgrade klona package. Thanks to Bogdan Chadkin for the contribution.

2.0.0-beta.2:

  • Add files to package.json to prevent publishing unnecessary files to npm #392. Thanks to styfle for the contribution.
  • Removes iframe and nl from default allowed tags. Adds most innocuous tags to the default allowedTags array.
  • Fixes a bug when using transformTags with out textFilter. Thanks to Andrzej Porebski for the help with a failing test.

2.0.0-beta:

  • Moves the index.js file to the project root and removes all build steps within the package. Going forward, it is up to the developer to include sanitize-html in their project builds as-needed. This removes major points of conflict with project code and frees this module to not worry about myriad build-related questions.

... (truncated)

Commits

Dependabot compatibility score

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.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 6, 2021
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sanitize-html-2.3.2 branch from a63605c to 3c3c9f0 Compare July 25, 2021 15:56
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sanitize-html-2.3.2 branch from 3c3c9f0 to 5a45b98 Compare October 6, 2021 11:15
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sanitize-html-2.3.2 branch from 5a45b98 to d35e821 Compare February 1, 2022 16:12
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sanitize-html-2.3.2 branch 2 times, most recently from 26caff0 to d1f4f81 Compare February 24, 2022 13:41
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sanitize-html-2.3.2 branch from d1f4f81 to b772c3d Compare April 11, 2022 08:49
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sanitize-html-2.3.2 branch 4 times, most recently from 7ca3d92 to 187e499 Compare October 27, 2022 18:39
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sanitize-html-2.3.2 branch 2 times, most recently from 7cf631d to 0b93c1c Compare November 2, 2022 18:36
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sanitize-html-2.3.2 branch from 0b93c1c to 799c584 Compare November 8, 2022 14:32
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sanitize-html-2.3.2 branch 5 times, most recently from 2694643 to 8468b47 Compare November 17, 2022 08:48
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sanitize-html-2.3.2 branch from 8468b47 to 4a5186e Compare November 24, 2022 14:02
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sanitize-html-2.3.2 branch from 4a5186e to 4eda242 Compare December 1, 2022 19:35
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sanitize-html-2.3.2 branch 9 times, most recently from 235188c to e2ee7c2 Compare December 23, 2022 17:12
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sanitize-html-2.3.2 branch 3 times, most recently from d4ebe0f to 62bd941 Compare January 13, 2023 10:42
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sanitize-html-2.3.2 branch from 62bd941 to e24723c Compare January 17, 2023 09:58
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sanitize-html-2.3.2 branch 2 times, most recently from b825b07 to e5286e1 Compare January 31, 2023 07:46
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sanitize-html-2.3.2 branch from e5286e1 to e188933 Compare February 17, 2023 16:56
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sanitize-html-2.3.2 branch from e188933 to f8f27e5 Compare February 17, 2023 17:15
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants