You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2022/06/09 02:52:42 UTC

[GitHub] [incubator-mxnet-ci] dependabot[bot] opened a new pull request, #47: Bump rsa from 3.4.2 to 4.7 in /services/jenkins-pipeline-monitor

dependabot[bot] opened a new pull request, #47:
URL: https://github.com/apache/incubator-mxnet-ci/pull/47

   Bumps [rsa](https://github.com/sybrenstuvel/python-rsa) from 3.4.2 to 4.7.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/sybrenstuvel/python-rsa/blob/main/CHANGELOG.md">rsa's changelog</a>.</em></p>
   <blockquote>
   <h2>Version 4.7 - released 2021-01-10</h2>
   <ul>
   <li>Fix <a href="https://github-redirect.dependabot.com/sybrenstuvel/python-rsa/issues/165">#165</a>:
   CVE-2020-25658 - Bleichenbacher-style timing oracle in PKCS#1 v1.5 decryption
   code</li>
   <li>Add padding length check as described by PKCS#1 v1.5 (Fixes
   <a href="https://github-redirect.dependabot.com/sybrenstuvel/python-rsa/issues/164">#164</a>)</li>
   <li>Reuse of blinding factors to speed up blinding operations.
   Fixes <a href="https://github-redirect.dependabot.com/sybrenstuvel/python-rsa/issues/162">#162</a>.</li>
   <li>Declare &amp; test support for Python 3.9</li>
   </ul>
   <h2>Version 4.4 &amp; 4.6 - released 2020-06-12</h2>
   <p>Version 4.4 and 4.6 are almost a re-tagged release of version 4.2. It requires
   Python 3.5+. To avoid older Python installations from trying to upgrade to RSA
   4.4, this is now made explicit in the <code>python_requires</code> argument in <code>setup.py</code>.
   There was a mistake releasing 4.4 as &quot;3.5+ only&quot;, which made it necessary to
   retag 4.4 as 4.6 as well.</p>
   <p>No functional changes compared to version 4.2.</p>
   <h2>Version 4.3 &amp; 4.5 - released 2020-06-12</h2>
   <p>Version 4.3 and 4.5 are almost a re-tagged release of version 4.0. It is the
   last to support Python 2.7. This is now made explicit in the <code>python_requires</code>
   argument in <code>setup.py</code>. Python 3.4 is not supported by this release. There was a
   mistake releasing 4.4 as &quot;3.5+ only&quot;, which made it necessary to retag 4.3 as
   4.5 as well.</p>
   <p>Two security fixes have also been backported, so 4.3 = 4.0 + these two fixes.</p>
   <ul>
   <li>Choose blinding factor relatively prime to N. Thanks Christian Heimes for pointing this out.</li>
   <li>Reject cyphertexts (when decrypting) and signatures (when verifying) that have
   been modified by prepending zero bytes. This resolves CVE-2020-13757. Thanks
   Carnil for pointing this out.</li>
   </ul>
   <h2>Version 4.2 - released 2020-06-10</h2>
   <ul>
   <li>Rolled back the switch to Poetry, and reverted back to using Pipenv + setup.py
   for dependency management. There apparently is an issue no-binary installs of
   packages build with Poetry. This fixes
   <a href="https://github-redirect.dependabot.com/sybrenstuvel/python-rsa/issues/148">#148</a></li>
   <li>Limited SHA3 support to those Python versions (3.6+) that support it natively.
   The third-party library that adds support for this to Python 3.5 is a binary
   package, and thus breaks the pure-Python nature of Python-RSA.
   This should fix <a href="https://github-redirect.dependabot.com/sybrenstuvel/python-rsa/issues/147">#147</a>.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/sybrenstuvel/python-rsa/commit/fa3282a47457254385f2313c2eceaad4b06186a4"><code>fa3282a</code></a> Bumped version to 4.7</li>
   <li><a href="https://github.com/sybrenstuvel/python-rsa/commit/a364e82caa4cb1fc51400a8c628fb48867fb4362"><code>a364e82</code></a> Marked version 4.7 as released</li>
   <li><a href="https://github.com/sybrenstuvel/python-rsa/commit/539c54aada3922757099ce1911a28c46e8e81a10"><code>539c54a</code></a> Fix <a href="https://github-redirect.dependabot.com/sybrenstuvel/python-rsa/issues/170">#170</a>: mistake in examples of documentation</li>
   <li><a href="https://github.com/sybrenstuvel/python-rsa/commit/b81e3171e9f870892e6b8a894db6d00ecd93f544"><code>b81e317</code></a> Declare support for and test Python 3.9</li>
   <li><a href="https://github.com/sybrenstuvel/python-rsa/commit/06ec1ea1cc7be6034144bd06f07c35eb9d1b4953"><code>06ec1ea</code></a> Fix <a href="https://github-redirect.dependabot.com/sybrenstuvel/python-rsa/issues/162">#162</a>: Blinding uses slow algorithm</li>
   <li><a href="https://github.com/sybrenstuvel/python-rsa/commit/341e5c4f939988bd472530441b6a02b625a30806"><code>341e5c4</code></a> Directly raise <code>DecryptionError</code> when crypto length is bad</li>
   <li><a href="https://github.com/sybrenstuvel/python-rsa/commit/f254895b02f0cb106f9ccee6d8dc6af1a27f0bd1"><code>f254895</code></a> Use <code>bytes.find()</code> instead of <code>bytes.index()</code></li>
   <li><a href="https://github.com/sybrenstuvel/python-rsa/commit/240b0d8910299f970921391ea9737cb64ec09208"><code>240b0d8</code></a> Add link to changelog</li>
   <li><a href="https://github.com/sybrenstuvel/python-rsa/commit/f878c374086e672e7806fdd18401ec6b71cfa960"><code>f878c37</code></a> Fix <a href="https://github-redirect.dependabot.com/sybrenstuvel/python-rsa/issues/164">#164</a>: Add padding length check as described by PKCS#1 v1.5</li>
   <li><a href="https://github.com/sybrenstuvel/python-rsa/commit/dae8ce0d85478e16f2368b2341632775313d41ed"><code>dae8ce0</code></a> Fix <a href="https://github-redirect.dependabot.com/sybrenstuvel/python-rsa/issues/165">#165</a>: CVE-2020-25658 - Bleichenbacher-style timing oracle</li>
   <li>Additional commits viewable in <a href="https://github.com/sybrenstuvel/python-rsa/compare/version-3.4.2...version-4.7">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rsa&package-manager=pip&previous-version=3.4.2&new-version=4.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/apache/incubator-mxnet-ci/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: commits-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [mxnet-ci] josephevans merged pull request #47: Bump rsa from 3.4.2 to 4.7 in /services/jenkins-pipeline-monitor

Posted by GitBox <gi...@apache.org>.
josephevans merged PR #47:
URL: https://github.com/apache/mxnet-ci/pull/47


-- 
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: commits-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org