[PR #473] [MERGED] Bump lxml from 4.6.4 to 4.6.5 in /conf #572

Closed
opened 2026-02-27 15:59:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtcloud/pull/473
Author: @dependabot[bot]
Created: 12/13/2021
Status: Merged
Merged: 12/13/2021
Merged by: @retspen

Base: masterHead: dependabot/pip/conf/lxml-4.6.5


📝 Commits (1)

  • 8b858f8 Bump lxml from 4.6.4 to 4.6.5 in /conf

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 conf/requirements.txt (+1 -1)

📄 Description

Bumps lxml from 4.6.4 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.

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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/retspen/webvirtcloud/pull/473 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/13/2021 **Status:** ✅ Merged **Merged:** 12/13/2021 **Merged by:** [@retspen](https://github.com/retspen) **Base:** `master` ← **Head:** `dependabot/pip/conf/lxml-4.6.5` --- ### 📝 Commits (1) - [`8b858f8`](https://github.com/retspen/webvirtcloud/commit/8b858f8964de14fa4ca777dc35d0fe23a203dff9) Bump lxml from 4.6.4 to 4.6.5 in /conf ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `conf/requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [lxml](https://github.com/lxml/lxml) from 4.6.4 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> </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.4...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.4&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/retspen/webvirtcloud/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:59:12 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#572
No description provided.