build(deps-dev): bump pyramid from 2.0.1 to 2.0.2
Metadata
Current evaluation
Merged Dependabot PR updating pyramid from 2.0.1 to 2.0.2. The update patches a security vulnerability involving null-bytes in static view paths. Approved by three reviewers and passed CI.
Suggested action: —
No scores available.
Issue body
Bumps [pyramid](https://github.com/Pylons/pyramid) from 2.0.1 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>
</blockquote>
</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.1...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/snapcore/snapcraft/network/alerts).
</details>
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged Dependabot PR updating pyramid from 2.0.1 to 2.0.2. The update patches a security vulnerability involving null-bytes in static view paths. Approved by three reviewers and passed CI. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged Dependabot update bumping pyramid from 2.0.1 to 2.0.2. The upgrade resolves a security vulnerability regarding null-byte handling in static views. Merged with no coverage impact. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged automated dependency update bumping pyramid from 2.0.1 to 2.0.2. The upgrade resolves a null-byte security vulnerability in static views. Code coverage remained unchanged. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #106 build(deps): bump requests from 2.32.5 to 2.33.0 | debcraft | merged | Merged Dependabot update bumping requests from 2.32.5 to 2.33.0. Includes CVE-2026-25645 security fix, PEP 517 migration, and Python 3.9 removal. Approved by two reviewers with all CI checks passing before merge. | |
| #122 build(deps): bump requests from 2.32.5 to 2.33.0 | starflow | merged | Merged Dependabot update bumping requests from 2.32.5 to 2.33.0. Includes CVE-2026-25645 security fix and Python 3.9 removal. All CI checks passed and two reviewers approved the change prior to merge. | |
| #6127 build(deps): bump requests from 2.32.5 to 2.33.0 | snapcraft | merged | Merged Dependabot PR bumping requests from 2.32.5 to 2.33.0. The update addresses CVE-2026-25645, migrates to PEP 517, and drops Python 3.9 support. Approved by reviewers and merged after CI checks. | |
| #4169 build(deps): bump requests from 2.28.1 to 2.31.0 in /docs/.sphinx | snapcraft | merged | Merged Dependabot PR bumping requests from 2.28.1 to 2.31.0 in /docs/.sphinx. Update resolves CVE-2023-32681, prevents proxy credential leakage, and adds urllib3 2.0 support. Approved by one reviewer, passed CI checks, and merged. | |
| #2612 build(deps): bump requests from 2.32.5 to 2.33.0 | charmcraft | merged | Merged Dependabot PR bumping requests from 2.32.5 to 2.33.0. Update includes CVE-2026-25645 fix, authentication bug fixes, and Python 3.9 removal. Merged despite minor CI failures and non-blocking type warnings. | |
| #348 build(deps): bump pydantic from 1.8.1 to 1.8.2 | charmcraft | merged | Merged a Dependabot PR upgrading pydantic from 1.8.1 to 1.8.2. The update patches CVE-2021-29510, fixing an infinite loop bug in date parsing, alongside other schema and configuration fixes. Approved and merged successfully. | |
| #5553 build(deps): bump requests to 2.32.4 | snapcraft | merged | Merged a dependency update bumping requests to 2.32.4 to patch a security vulnerability. Approved by two reviewers and passed core CI checks before integration. | |
| #1550 build(deps): bump pytest | craft-parts | merged | Merged to bump pytest, resolving an OSV security vulnerability. Approved by two reviewers with all CI checks passing. The update required a minimal three-line configuration change. | |
| #5312 build(deps): bump jinja2 from 3.1.5 to 3.1.6 in /docs/.sphinx | snapcraft | merged | Merged Dependabot update bumping jinja2 from 3.1.5 to 3.1.6 in /docs/.sphinx. The security patch fixes a sandbox attribute lookup bypass. Approved by reviewers and passed CI before automatic merge. | |
| #321 build(deps): bump pytest | imagecraft | merged | Merged a dependency update bumping pytest to resolve an OSV vulnerability. Approved by two reviewers with all CI checks passing. The change modified a single file with minimal adjustments. |