Bump lxml from 4.6.2 to 4.6.5
Bumps lxml from 4.6.2 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_urlwas added to DTD entities. Patch by Thirdegree.GH#314: The
STATIC_*variables insetup.pycan now be passed via env vars. Patch by Isaac Jurado.4.6.3 (2021-03-21)
Bugs fixed
- A vulnerability (CVE-2021-28957) was discovered in the HTML Cleaner by Kevin Chung, which allowed JavaScript to pass through. The cleaner now removes the HTML5
formactionattribute.
Commits
a9611baFix a test in Py2.a3eacbcPrepare release of 4.6.5.b7ea687Update changelog.69a7473Cleaner: cover some more cases where scripts could sneak through in specially...54d2985Fix condition in test decorator.4b220b5Use the non-depcrecated TextTestResult instead of _TextTestResult (GH-333)d85c6deExclude a test when using the macOS system libraries because it fails with li...cd4bec9Add macOS-M1 as wheel build platform.fd0d471Install automake and libtool in macOS build to be able to install the latest ...f233023Cleaner: Remove SVG image data URLs since they can embed script content.- 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 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
You can disable automated security fix PRs for this repo from the Security Alerts page.