dependabot[bot] opened a new pull request, #321: URL: https://github.com/apache/skywalking-python/pull/321
Bumps [pyramid](https://github.com/Pylons/pyramid) from 2.0 to 2.0.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Pylons/pyramid/blob/2.0.2/CHANGES.rst">pyramid's changelog</a>.</em></p> <blockquote> <h1>2.0.2 (2023-08-25)</h1> <h2>Bug Fixes</h2> <ul> <li> <p>Removed support for null-bytes in the path when making a request for a file against a static_view. Whille null-bytes are allowed by the HTTP specification, due to the handling of null-bytes potentially leading to security vulnerabilities it is no longer supported.</p> <p>This fixes a security vulnerability that is present due to a bug in Python 3.11.0 through 3.11.4, thereby allowing the unintended disclosure of an <code>index.html</code> one directory up from the static views path.</p> <p>Thanks to Masashi Yamane of LAC Co., Ltd for reporting this issue.</p> </li> </ul> <h2>Backward Incompatibilities</h2> <ul> <li>Requests to a static_view are no longer allowed to contain a null-byte in any part of the path segment.</li> </ul> <p>.. _changes_2.0.1:</p> <h1>2.0.1 (2023-01-29)</h1> <ul> <li> <p>Add support for Python 3.10 and 3.11.</p> </li> <li> <p>Copy <code>__name__</code> from decorated attribute when using <code>pyramid.decorator.reify</code>. See <a href="https://redirect.github.com/Pylons/pyramid/pull/3660">Pylons/pyramid#3660</a></p> </li> <li> <p>Fix method signatures in docs for <code>pyramid.config.Configurator.add_static_view</code> and <code>pyramid.config.Configurator.override_asset</code>. See <a href="https://redirect.github.com/Pylons/pyramid/pull/3699">Pylons/pyramid#3699</a></p> </li> <li> <p>Remove obsolete stackframe hack used in Python 3.5.0 when showing configurator conflict errors. See <a href="https://redirect.github.com/Pylons/pyramid/pull/3700">Pylons/pyramid#3700</a></p> </li> <li> <p>Fix an error when injecting certain objects into the <code>pshell</code> env due to the use of <code>!=</code>. See <a href="https://redirect.github.com/Pylons/pyramid/pull/3704">Pylons/pyramid#3704</a></p> </li> <li> <p>Pyramid drops support for <code>l*gettext()</code> methods in the i18n module. These have been deprecated in Python's gettext module since 3.8, and removed in Python 3.11. They also shouldn't be used at all on Python 3.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Pylons/pyramid/commit/2bb8eab503fd8a4fa5e78bc31b99a9a9ea6eaa3f"><code>2bb8eab</code></a> prep 2.0.2</li> <li><a href="https://github.com/Pylons/pyramid/commit/f438547c55cd785353ee0acdb285009f8585b9e5"><code>f438547</code></a> fix rtd format</li> <li><a href="https://github.com/Pylons/pyramid/commit/80f288a368beb02b8339b5ae5667e1b7c4f2d934"><code>80f288a</code></a> add readthedocs.yaml</li> <li><a href="https://github.com/Pylons/pyramid/commit/d1cbbcf96594bb771c37d444b8d0be3ed9cf4404"><code>d1cbbcf</code></a> fix lint</li> <li><a href="https://github.com/Pylons/pyramid/commit/1352ca81843de694fd038cd0df4b21103e6d52d0"><code>1352ca8</code></a> Merge branch 'backport-jp_exploit_fix' into 2.0-branch</li> <li><a href="https://github.com/Pylons/pyramid/commit/8dc51af74fbd266c84139bf43662cd2d373fd769"><code>8dc51af</code></a> update changelog for 2.0.2</li> <li><a href="https://github.com/Pylons/pyramid/commit/538a70688f946db3227b2e4db9b3a2e64921c57e"><code>538a706</code></a> appease linter</li> <li><a href="https://github.com/Pylons/pyramid/commit/aca53377aaaf515ef803f5f1c6fb359b6049aa0b"><code>aca5337</code></a> appease linter</li> <li><a href="https://github.com/Pylons/pyramid/commit/6623dfc84612b3a509e71438808fc3b4270d6c00"><code>6623dfc</code></a> re-add integration tests (bad merge) and add integration test for nulbyte che...</li> <li><a href="https://github.com/Pylons/pyramid/commit/2b74cc2ae8016d5e3d79a8d3eae665ceb4a65fd2"><code>2b74cc2</code></a> add integration tests</li> <li>Additional commits viewable in <a href="https://github.com/Pylons/pyramid/compare/2.0...2.0.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 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 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/skywalking-python/network/alerts). </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
