Bump lxml from 4.6.3 to 4.6.5 #169

Open
dependabot[bot] wants to merge 1 commits from dependabot/pip/lxml-4.6.5 into master
dependabot[bot] commented 2 years ago (Migrated from github.com)
Owner

Bumps lxml from 4.6.3 to 4.6.5.

Changelog

Sourced from lxml's changelog.

4.6.5 (2021-12-12)

Bugs fixed

  • A vulnerability (GHSL-2021-1038) in the HTML cleaner allowed sneaking script content through SVG images.

  • A vulnerability (GHSL-2021-1037) in the HTML cleaner allowed sneaking script content through CSS imports and other crafted constructs.

4.6.4 (2021-11-01)

Features added

  • GH#317: A new property system_url was added to DTD entities. Patch by Thirdegree.

  • GH#314: The STATIC_* variables in setup.py can now be passed via env vars. Patch by Isaac Jurado.

Commits
  • a9611ba Fix a test in Py2.
  • a3eacbc Prepare release of 4.6.5.
  • b7ea687 Update changelog.
  • 69a7473 Cleaner: cover some more cases where scripts could sneak through in specially...
  • 54d2985 Fix condition in test decorator.
  • 4b220b5 Use the non-depcrecated TextTestResult instead of _TextTestResult (GH-333)
  • d85c6de Exclude a test when using the macOS system libraries because it fails with li...
  • cd4bec9 Add macOS-M1 as wheel build platform.
  • fd0d471 Install automake and libtool in macOS build to be able to install the latest ...
  • f233023 Cleaner: Remove SVG image data URLs since they can embed script content.
  • Additional commits viewable in compare view

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.

Bumps [lxml](https://github.com/lxml/lxml) from 4.6.3 to 4.6.5. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/lxml/lxml/blob/master/CHANGES.txt">lxml's changelog</a>.</em></p> <blockquote> <h1>4.6.5 (2021-12-12)</h1> <h2>Bugs fixed</h2> <ul> <li> <p>A vulnerability (GHSL-2021-1038) in the HTML cleaner allowed sneaking script content through SVG images.</p> </li> <li> <p>A vulnerability (GHSL-2021-1037) in the HTML cleaner allowed sneaking script content through CSS imports and other crafted constructs.</p> </li> </ul> <h1>4.6.4 (2021-11-01)</h1> <h2>Features added</h2> <ul> <li> <p>GH#317: A new property <code>system_url</code> was added to DTD entities. Patch by Thirdegree.</p> </li> <li> <p>GH#314: The <code>STATIC_*</code> variables in <code>setup.py</code> can now be passed via env vars. Patch by Isaac Jurado.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lxml/lxml/commit/a9611ba80bc5196c1dd07a0b1964fcb603695d63"><code>a9611ba</code></a> Fix a test in Py2.</li> <li><a href="https://github.com/lxml/lxml/commit/a3eacbc0dcf1de1c822ec29fb7d090a4b1712a9c"><code>a3eacbc</code></a> Prepare release of 4.6.5.</li> <li><a href="https://github.com/lxml/lxml/commit/b7ea6871bd751b588868cf85b7784211f2c12fe7"><code>b7ea687</code></a> Update changelog.</li> <li><a href="https://github.com/lxml/lxml/commit/69a747356655158fdf9abaecea5feafb3bd6b5f5"><code>69a7473</code></a> Cleaner: cover some more cases where scripts could sneak through in specially...</li> <li><a href="https://github.com/lxml/lxml/commit/54d2985a36184a4b36017a6000fa4d11411f7292"><code>54d2985</code></a> Fix condition in test decorator.</li> <li><a href="https://github.com/lxml/lxml/commit/4b220b5ee6f53312418004d830d37cef4fbc1681"><code>4b220b5</code></a> Use the non-depcrecated TextTestResult instead of _TextTestResult (<a href="https://github-redirect.dependabot.com/lxml/lxml/issues/333">GH-333</a>)</li> <li><a href="https://github.com/lxml/lxml/commit/d85c6de992886dd13f6b7acb8e549674d313f6f8"><code>d85c6de</code></a> Exclude a test when using the macOS system libraries because it fails with li...</li> <li><a href="https://github.com/lxml/lxml/commit/cd4bec9cb62b3134b09494bd0ba6b6bc11d184df"><code>cd4bec9</code></a> Add macOS-M1 as wheel build platform.</li> <li><a href="https://github.com/lxml/lxml/commit/fd0d4713f258f77e57d289415001d5b9ce04ce53"><code>fd0d471</code></a> Install automake and libtool in macOS build to be able to install the latest ...</li> <li><a href="https://github.com/lxml/lxml/commit/f2330237440df7e8f39c3ad1b1aa8852be3b27c0"><code>f233023</code></a> Cleaner: Remove SVG image data URLs since they can embed script content.</li> <li>Additional commits viewable in <a href="https://github.com/lxml/lxml/compare/lxml-4.6.3...lxml-4.6.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lxml&package-manager=pip&previous-version=4.6.3&new-version=4.6.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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](https://github.com/weskerfoot/DeleteFB/network/alerts). </details>
Sukabilin commented 2 years ago (Migrated from github.com)
Owner

@dependabot[bot] delete

@dependabot[bot] delete
This pull request can be merged automatically.
You are not authorized to merge this pull request.
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This pull request currently doesn't have any dependencies.

Loading…
There is no content yet.