[Security] Bump bleach from 3.1.4 to 3.3.0
Bumps bleach from 3.1.4 to 3.3.0. This update includes a security fix.
Vulnerabilities fixed
Sourced from The GitHub Security Advisory Database.
Cross-site scripting in Bleach
Impact
A mutation XSS affects users calling
bleach.cleanwith all of:
svgormathin the allowed tagsporbrin allowed tagsstylein allowed tags- the keyword argument
strip_comments=FalseNote: none of the above tags are in the default allowed tags and
strip_commentsdefaults toTrue.Patches
Users are encouraged to upgrade to bleach v3.3.0 or greater.
Note: bleach v3.3.0 introduces a breaking change to escape HTML comments by default.
Workarounds
- modify
bleach.cleancalls to at least one of:
... (truncated)
Affected versions: < 3.3.0
Changelog
Sourced from bleach's changelog.
Version 3.3.0 (February 1st, 2021)
Backwards incompatible changes
- clean escapes HTML comments even when strip_comments=False
Security fixes
- Fix bug 1621692 / GHSA-m6xf-fq7q-8743. See the advisory for details.
Features
None
Bug fixes
None
Version 3.2.3 (January 26th, 2021)
Security fixes
None
Features
None
Bug fixes
- fix clean and linkify raising ValueErrors for certain inputs. Thank you
@Google-Autofuzz.Version 3.2.2 (January 20th, 2021)
Security fixes
None
Features
- Migrate CI to Github Actions. Thank you
@hugovk.Bug fixes
- fix linkify raising an IndexError on certain inputs. Thank you
@Google-Autofuzz.Version 3.2.1 (September 18th, 2020)
... (truncated)
Commits
79b7a3cMerge pull request from GHSA-vv2x-vrpj-qqpq842fcb4Update for v3.3.0 release1334134sanitizer: escape HTML commentsc045a8bMerge pull request #581 from mozilla/nit-fixes491abb0fix typo s/vnedoring/vendoring/10b1c5dvendor: add html5lib-1.1.dist-info/REQUESTEDcd838c3Merge pull request #579 from mozilla/validate-convert-entity-code-points612b808Update for v3.2.3 release6879f6ahtml5lib_shim: validate unicode points for convert_entity90cb80bUpdate for v3.2.2 release- 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.
If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language -
@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)