Skip to content

Bump webob from 1.8.7 to 1.8.8#2

Merged
mz2 merged 1 commit intomainfrom
dependabot/pip/webob-1.8.8
Feb 7, 2025
Merged

Bump webob from 1.8.7 to 1.8.8#2
mz2 merged 1 commit intomainfrom
dependabot/pip/webob-1.8.8

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Aug 14, 2024

Bumps webob from 1.8.7 to 1.8.8.

Changelog

Sourced from webob's changelog.

Unreleased

Security Fix


- The use of WebOb's Response object to redirect a request to a new location
  can lead to an open redirect if the Location header is not a full URI.

See GHSA-mg3v-6m49-jhp3
and CVE-2024-42353

Thanks to Sara Gao for the report

(This fix was released in WebOb 1.8.8)

Feature


- Rename "master" git branch to "main"

Compatibility
</code></pre>
<p>Backwards Incompatibilities</p>
<pre><code>

  • Drop support for Python 2.7, 3.4, 3.5, 3.6, and 3.7.

Experimental Features

... (truncated)

Commits
  • f2bdd83 Merge commit from fork
  • 913fa2c Update CHANGES.txt
  • f2e92f3 WebOb version revised to 1.8.8
  • a06856a Build the latest version from tox
  • 819f43c Add MANIFEST.in to build source tarball
  • 411df96 s/isAlive/is_alive/
  • 5ae9b5d Update for newer versions of tox/sphinx
  • 2a2da92 Support for Python 2.7 requires an old version of virtualenv
  • f689bcf Add fix for open redirect
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [webob](https://github.com/Pylons/webob) from 1.8.7 to 1.8.8.
- [Changelog](https://github.com/Pylons/webob/blob/main/CHANGES.txt)
- [Commits](Pylons/webob@1.8.7...1.8.8)

---
updated-dependencies:
- dependency-name: webob
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 14, 2024
@mz2 mz2 merged commit a8ece1d into main Feb 7, 2025
@dependabot dependabot bot deleted the dependabot/pip/webob-1.8.8 branch February 7, 2025 13:16
mz2 pushed a commit that referenced this pull request Feb 7, 2025
Bumps [webob](https://github.com/Pylons/webob) from 1.8.7 to 1.8.8.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Pylons/webob/blob/main/CHANGES.txt">webob's
changelog</a>.</em></p>
<blockquote>
<h2>Unreleased</h2>
<p>Security Fix</p>
<pre><code>
- The use of WebOb's Response object to redirect a request to a new
location
  can lead to an open redirect if the Location header is not a full URI.
<p>See <a
href="https://github.com/Pylons/webob/security/advisories/GHSA-mg3v-6m49-jhp3">https://github.com/Pylons/webob/security/advisories/GHSA-mg3v-6m49-jhp3</a><br
/>
and CVE-2024-42353</p>
<p>Thanks to Sara Gao for the report</p>
<p>(This fix was released in WebOb 1.8.8)</p>
<p>Feature</p>
<pre><code>
- Rename &amp;quot;master&amp;quot; git branch to
&amp;quot;main&amp;quot;

- Add support for Python 3.12.

- Add Request.remote_host, exposing REMOTE_HOST environment variable.

- Added ``acceptparse.Accept.parse_offer`` to codify what types of
offers
are compatible with ``acceptparse.AcceptValidHeader.acceptable_offers``,
  ``acceptparse.AcceptMissingHeader.acceptable_offers``, and
  ``acceptparse.AcceptInvalidHeader.acceptable_offers``. This API also
  normalizes the offer with lowercased type/subtype and parameter names.
  See Pylons/webob#376 and
  Pylons/webob#379

Compatibility
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Backwards Incompatibilities&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;
- Drop support for Python 2.7, 3.4, 3.5, 3.6, and 3.7.

Experimental Features
</code></pre>
<ul>
<li>
<p>The SameSite value now includes a new option named &quot;None&quot;,
this is a new<br />
change that was introduced in<br />
<a
href="https://tools.ietf.org/html/draft-west-cookie-incrementalism-00">https://tools.ietf.org/html/draft-west-cookie-incrementalism-00</a></p>
<p>Please be aware that older clients are incompatible with this
change:<br />
&lt;/tr&gt;&lt;/table&gt;<br />
</code></pre></p>
</li>
</ul>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Pylons/webob/commit/f2bdd835d6ca1884b5e03e7778f5ede1737f8bc7"><code>f2bdd83</code></a>
Merge commit from fork</li>
<li><a
href="https://github.com/Pylons/webob/commit/913fa2cbbfca0f394716ac30c6f910b461f3e8f6"><code>913fa2c</code></a>
Update CHANGES.txt</li>
<li><a
href="https://github.com/Pylons/webob/commit/f2e92f3c42d889dd74ffd07ab85d5b6a6c32a5d5"><code>f2e92f3</code></a>
WebOb version revised to 1.8.8</li>
<li><a
href="https://github.com/Pylons/webob/commit/a06856a9a3e0a01b469dc66d0ed8474711a4b5d9"><code>a06856a</code></a>
Build the latest version from tox</li>
<li><a
href="https://github.com/Pylons/webob/commit/819f43c911d377ca9ebc15146772b0c918eb7e5a"><code>819f43c</code></a>
Add MANIFEST.in to build source tarball</li>
<li><a
href="https://github.com/Pylons/webob/commit/411df96de2c661d6e9566f2bd2a12ea17d89d97b"><code>411df96</code></a>
s/isAlive/is_alive/</li>
<li><a
href="https://github.com/Pylons/webob/commit/5ae9b5d2f472dfa62536b04e78eaaa2b1e153e7e"><code>5ae9b5d</code></a>
Update for newer versions of tox/sphinx</li>
<li><a
href="https://github.com/Pylons/webob/commit/2a2da92b9fd2268ff3d4d5293b2fcdacad0fc859"><code>2a2da92</code></a>
Support for Python 2.7 requires an old version of virtualenv</li>
<li><a
href="https://github.com/Pylons/webob/commit/f689bcf4f0a1f64f1735b1d5069aef5be6974b5b"><code>f689bcf</code></a>
Add fix for open redirect</li>
<li>See full diff in <a
href="https://github.com/Pylons/webob/compare/1.8.7...1.8.8">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webob&package-manager=pip&previous-version=1.8.7&new-version=1.8.8)](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/canonical/hwcert-errbot/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant