[pull] master from aio-libs:master#619
Merged
Merged
Conversation
Bumps [distlib](https://github.com/pypa/distlib) from 0.4.1 to 0.4.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/distlib/blob/master/CHANGES.rst">distlib's changelog</a>.</em></p> <blockquote> <p>0.4.2</p> <pre><code> Released: 2026-06-08 <ul> <li> <p>locators</p> <ul> <li> <p>Fix URL percent-encoding using space-padding instead of zero-padding. Thanks to Kadir Can Ozden for the patch.</p> </li> <li> <p>Harden decompression against malicious input. Thanks to tonghuaroot for the patch, which was adapted slightly.</p> </li> </ul> </li> <li> <p>manifest</p> <ul> <li>Use os.lstat in findall to correctly detect symlinked directories. Thanks to Kadir Can Ozden for the patch.</li> </ul> </li> <li> <p>metadata</p> <ul> <li>Improve logic to incorporate newer metadata versions.</li> </ul> </li> <li> <p>resources</p> <ul> <li>Ensure that constructed resource paths don't escape the package. Thanks to tonghuaroot for the patch.</li> </ul> </li> <li> <p>util</p> <ul> <li> <p>Fix <a href="https://redirect.github.com/pypa/distlib/issues/255">#255</a>: Update cache_from_source() for Python 3.15. Thanks to Victor Stinner for the patch.</p> </li> <li> <p>Check during unarchiving that the destination directory isn't escaped via symlinks. Thanks to tonghuaroot for the patch.</p> </li> <li> <p>Improved performance of normalize_name using dual replace. Thanks to Hugo van Kemenade for the patch.</p> </li> </ul> </li> <li> <p>wheel</p> <ul> <li> <p>Add checks that installed files don't escape the installation directory. Thanks to tonghuaroot for the patch.</p> </li> <li> <p>Add checks when mounting extensions to ensure path containment. Thanks to tonghuaroot for the patch. </code></pre></p> </li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/distlib/commit/8183ea60e83bf021bf7d6903f4a6b3c8df0905a6"><code>8183ea6</code></a> Update change log.</li> <li><a href="https://github.com/pypa/distlib/commit/55ca016b2d597ac5eecb10b6c43b4d9652b73462"><code>55ca016</code></a> Changes for 0.4.2.</li> <li><a href="https://github.com/pypa/distlib/commit/7e282abde14bebec2c0e5342faa5a420e70799ca"><code>7e282ab</code></a> Update metadata logic to incorporate newer versions.</li> <li><a href="https://github.com/pypa/distlib/commit/fa4ea501acb14baa31df6b823006da4fd1f8e0dd"><code>fa4ea50</code></a> Remove non-portable portion of test.</li> <li><a href="https://github.com/pypa/distlib/commit/e06a1d5fb237cff35c0bd58fe917ef44c84e41cf"><code>e06a1d5</code></a> Further refine tests.</li> <li><a href="https://github.com/pypa/distlib/commit/ccd2bb0b33ccddb6a6b1a508b918e8ba4dd69a54"><code>ccd2bb0</code></a> Update unit tests.</li> <li><a href="https://github.com/pypa/distlib/commit/ab58056d3fac0f0b11ce58ed866bbd8d9f18dfe5"><code>ab58056</code></a> Formatting tidy-up.</li> <li><a href="https://github.com/pypa/distlib/commit/4d4c926dbfb7c028b11d2a9b37edb6b9cfb99f2e"><code>4d4c926</code></a> Add checks when mounting extensions to ensure path containment.</li> <li><a href="https://github.com/pypa/distlib/commit/9efc6fd6dc2d8b2bf852d627bdb12ba49e6f4b94"><code>9efc6fd</code></a> Check during unarchiving that the destination directory isn't escaped via sym...</li> <li><a href="https://github.com/pypa/distlib/commit/63fd4f1af9e6921ad40e6e6d9f4a2c40d98f0909"><code>63fd4f1</code></a> Ensure that constructed resource paths don't escape the package.</li> <li>Additional commits viewable in <a href="https://github.com/pypa/distlib/compare/0.4.1...0.4.2">compare view</a></li> </ul> </details> <br /> [](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )