[PR #141] [CLOSED] Bump phpseclib/phpseclib from 3.0.6 to 3.0.7 #1151

Closed
opened 2026-03-14 11:49:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anonaddy/anonaddy/pull/141
Author: @dependabot[bot]
Created: 4/7/2021
Status: Closed

Base: masterHead: dependabot/composer/phpseclib/phpseclib-3.0.7


📝 Commits (1)

  • 0499de9 Bump phpseclib/phpseclib from 3.0.6 to 3.0.7

📊 Changes

1 file changed (+6 additions, -6 deletions)

View changed files

📝 composer.lock (+6 -6)

📄 Description

Bumps phpseclib/phpseclib from 3.0.6 to 3.0.7.

Release notes

Sourced from phpseclib/phpseclib's releases.

3.0.7

  • X509: always parse the first cert of a bundle (#1568)
  • SSH2: behave like putty with broken publickey auth (#1572)
  • SSH2: don't close channel on unexpected response to channel request (#1631)
  • RSA: cleanup RSA PKCS#1 v1.5 signature verification (CVE-2021-30130)
  • Crypt: use a custom error handler for mcrypt to avoid deprecation errors
Changelog

Sourced from phpseclib/phpseclib's changelog.

3.0.7 - 2021-04-06

  • X509: always parse the first cert of a bundle (#1568)
  • SSH2: behave like putty with broken publickey auth (#1572)
  • SSH2: don't close channel on unexpected response to channel request (#1631)
  • RSA: cleanup RSA PKCS#1 v1.5 signature verification (CVE-2021-30130)
  • Crypt: use a custom error handler for mcrypt to avoid deprecation errors
Commits
  • d369510 Merge branch '2.0' into 3.0
  • 233a920 CHANGELOG: add 2.0.31 release
  • 9dbcbd1 Merge branch '2.0' into 3.0
  • 364704a Merge branch '1.0' into 2.0
  • 05550b9 Merge pull request #1635 from terrafrost/moosa-1.0
  • e436022 Merge branch 'moosa-2.0' into moosa-3.0
  • f95b039 Merge branch 'moosa-1.0' into moosa-2.0
  • 149b4d2 RSA: fix for PHP8
  • 2a5c801 Merge branch 'moosa-2.0' into moosa-3.0
  • 74435e1 Merge branch 'moosa-1.0' into moosa-2.0
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will 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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anonaddy/anonaddy/pull/141 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/7/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/composer/phpseclib/phpseclib-3.0.7` --- ### 📝 Commits (1) - [`0499de9`](https://github.com/anonaddy/anonaddy/commit/0499de912430d3dcf4dc2a74fac35415868a9446) Bump phpseclib/phpseclib from 3.0.6 to 3.0.7 ### 📊 Changes **1 file changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+6 -6) </details> ### 📄 Description Bumps [phpseclib/phpseclib](https://github.com/phpseclib/phpseclib) from 3.0.6 to 3.0.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/phpseclib/phpseclib/releases">phpseclib/phpseclib's releases</a>.</em></p> <blockquote> <h2>3.0.7</h2> <ul> <li>X509: always parse the first cert of a bundle (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1568">#1568</a>)</li> <li>SSH2: behave like putty with broken publickey auth (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1572">#1572</a>)</li> <li>SSH2: don't close channel on unexpected response to channel request (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1631">#1631</a>)</li> <li>RSA: cleanup RSA PKCS#1 v1.5 signature verification (CVE-2021-30130)</li> <li>Crypt: use a custom error handler for mcrypt to avoid deprecation errors</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/phpseclib/phpseclib/blob/master/CHANGELOG.md">phpseclib/phpseclib's changelog</a>.</em></p> <blockquote> <h2>3.0.7 - 2021-04-06</h2> <ul> <li>X509: always parse the first cert of a bundle (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1568">#1568</a>)</li> <li>SSH2: behave like putty with broken publickey auth (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1572">#1572</a>)</li> <li>SSH2: don't close channel on unexpected response to channel request (<a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1631">#1631</a>)</li> <li>RSA: cleanup RSA PKCS#1 v1.5 signature verification (CVE-2021-30130)</li> <li>Crypt: use a custom error handler for mcrypt to avoid deprecation errors</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/phpseclib/phpseclib/commit/d369510df0ebd5e1a5d0fe3d4d23c55fa87a403d"><code>d369510</code></a> Merge branch '2.0' into 3.0</li> <li><a href="https://github.com/phpseclib/phpseclib/commit/233a920cb38636a43b18d428f9a8db1f0a1a08f4"><code>233a920</code></a> CHANGELOG: add 2.0.31 release</li> <li><a href="https://github.com/phpseclib/phpseclib/commit/9dbcbd1562b3320364c2c1c1199ba35e3dfa6f26"><code>9dbcbd1</code></a> Merge branch '2.0' into 3.0</li> <li><a href="https://github.com/phpseclib/phpseclib/commit/364704a9390f0fa560ecdec548fb42a4339aec8b"><code>364704a</code></a> Merge branch '1.0' into 2.0</li> <li><a href="https://github.com/phpseclib/phpseclib/commit/05550b9c490bf342bce66de75d127d2f75c48bdd"><code>05550b9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/phpseclib/phpseclib/issues/1635">#1635</a> from terrafrost/moosa-1.0</li> <li><a href="https://github.com/phpseclib/phpseclib/commit/e436022c893e4b37ea39d21884835898d1563ac8"><code>e436022</code></a> Merge branch 'moosa-2.0' into moosa-3.0</li> <li><a href="https://github.com/phpseclib/phpseclib/commit/f95b039d08d637291c6774d282805d273c505d85"><code>f95b039</code></a> Merge branch 'moosa-1.0' into moosa-2.0</li> <li><a href="https://github.com/phpseclib/phpseclib/commit/149b4d213131d4d453fe190700a4ecc3d09de9cc"><code>149b4d2</code></a> RSA: fix for PHP8</li> <li><a href="https://github.com/phpseclib/phpseclib/commit/2a5c801f30f9f02f05632c1d719a7ed0fa452b0d"><code>2a5c801</code></a> Merge branch 'moosa-2.0' into moosa-3.0</li> <li><a href="https://github.com/phpseclib/phpseclib/commit/74435e1b801e50fe5df5238f23928d87a4ff2134"><code>74435e1</code></a> Merge branch 'moosa-1.0' into moosa-2.0</li> <li>Additional commits viewable in <a href="https://github.com/phpseclib/phpseclib/compare/3.0.6...3.0.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=phpseclib/phpseclib&package-manager=composer&previous-version=3.0.6&new-version=3.0.7)](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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will 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](https://github.com/anonaddy/anonaddy/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 11:49:37 +03:00
Sign in to join this conversation.
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/anonaddy#1151
No description provided.