You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/06/14 17:27:53 UTC

[GitHub] [dubbo-go-pixiu] dependabot[bot] opened a new pull request, #568: build(deps): bump github.com/lestrrat-go/jwx from 1.2.23 to 1.2.26

dependabot[bot] opened a new pull request, #568:
URL: https://github.com/apache/dubbo-go-pixiu/pull/568

   Bumps [github.com/lestrrat-go/jwx](https://github.com/lestrrat-go/jwx) from 1.2.23 to 1.2.26.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/lestrrat-go/jwx/releases">github.com/lestrrat-go/jwx's releases</a>.</em></p>
   <blockquote>
   <h2>[SECURITY] v1.2.26</h2>
   <pre><code>v1.2.26 - 14 Jun 2023
   [Security]
     * Potential Padding Oracle Attack Vulnerability and Timing Attack Vulnerability
       for JWE AES-CBC encrypted payloads affecting all v2 releases up to v2.0.10,
       all v1 releases up to v1.2.25, and all v0 releases up to v0.9.2 have been reported by
       @shogo82148.
   <pre><code>Please note that v0 versions will NOT receive fixes.
   This release fixes these vulnerabilities for the v1 series.
   </code></pre>
   <p></code></pre></p>
   <h2>v1.2.25</h2>
   <pre><code>v1.2.25 23 May 2022
   [Bug Fixes][Security]
     * [jwe] An old bug from at least 7 years ago existed in handling AES-CBC unpadding,
       where the unpad operation might remove more bytes than necessary ([#744](https://github.com/lestrrat-go/jwx/issues/744))
       This affects all jwx code that is available before v2.0.2 and v1.2.25.
   </code></pre>
   <h2>v1.2.24</h2>
   <pre><code>v1.2.24 05 May 2022
   [Security]
     * Upgrade golang.org/x/crypto ([#724](https://github.com/lestrrat-go/jwx/issues/724))
   </code></pre>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/lestrrat-go/jwx/blob/v1.2.26/Changes">github.com/lestrrat-go/jwx's changelog</a>.</em></p>
   <blockquote>
   <p>v1.2.26 - 14 Jun 2023
   [Security]</p>
   <ul>
   <li>
   <p>Potential Padding Oracle Attack Vulnerability and Timing Attack Vulnerability
   for JWE AES-CBC encrypted payloads affecting all v2 releases up to v2.0.10,
   all v1 releases up to v1.2.25, and all v0 releases up to v0.9.2 have been reported by
   <a href="https://github.com/shogo82148"><code>@​shogo82148</code></a>.</p>
   <p>Please note that v0 versions will NOT receive fixes.
   This release fixes these vulnerabilities for the v1 series.</p>
   </li>
   </ul>
   <p>[Miscellaneous]</p>
   <ul>
   <li>JWE tests now only run algorithms that are supported by the underlying
   <code>jose</code> tool</li>
   </ul>
   <p>v1.2.25 23 May 2022
   [Bug Fixes][Security]</p>
   <ul>
   <li>[jwe] An old bug from at least 7 years ago existed in handling AES-CBC unpadding,
   where the unpad operation might remove more bytes than necessary (<a href="https://redirect.github.com/lestrrat-go/jwx/issues/744">#744</a>)
   This affects all jwx code that is available before v2.0.2 and v1.2.25.</li>
   </ul>
   <p>v1.2.24 05 May 2022
   [Security]</p>
   <ul>
   <li>Upgrade golang.org/x/crypto (<a href="https://redirect.github.com/lestrrat-go/jwx/issues/724">#724</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/lestrrat-go/jwx/commit/d9ddbc8e5009cfdd8c28413390b67afa7f576dd6"><code>d9ddbc8</code></a> merge v1 (<a href="https://redirect.github.com/lestrrat-go/jwx/issues/936">#936</a>)</li>
   <li><a href="https://github.com/lestrrat-go/jwx/commit/ad8c29d1628435cdad008b5cbbfbe75f5bfc74ae"><code>ad8c29d</code></a> merge develop/v1 (<a href="https://redirect.github.com/lestrrat-go/jwx/issues/747">#747</a>)</li>
   <li><a href="https://github.com/lestrrat-go/jwx/commit/e38f677839edbeae5480e993d73eacb94f7af581"><code>e38f677</code></a> Merge develop/v1 (<a href="https://redirect.github.com/lestrrat-go/jwx/issues/727">#727</a>)</li>
   <li>See full diff in <a href="https://github.com/lestrrat-go/jwx/compare/v1.2.23...v1.2.26">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/lestrrat-go/jwx&package-manager=go_modules&previous-version=1.2.23&new-version=1.2.26)](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)
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/dubbo-go-pixiu/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: notifications-unsubscribe@dubbo.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go-pixiu] AlexStocks merged pull request #568: build(deps): bump github.com/lestrrat-go/jwx from 1.2.23 to 1.2.26

Posted by "AlexStocks (via GitHub)" <gi...@apache.org>.
AlexStocks merged PR #568:
URL: https://github.com/apache/dubbo-go-pixiu/pull/568


-- 
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: notifications-unsubscribe@dubbo.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go-pixiu] sonarcloud[bot] commented on pull request #568: build(deps): bump github.com/lestrrat-go/jwx from 1.2.23 to 1.2.26

Posted by "sonarcloud[bot] (via GitHub)" <gi...@apache.org>.
sonarcloud[bot] commented on PR #568:
URL: https://github.com/apache/dubbo-go-pixiu/pull/568#issuecomment-1591707927

   Kudos, SonarCloud Quality Gate passed!&nbsp; &nbsp; [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality Gate passed')](https://sonarcloud.io/dashboard?id=apache_dubbo-go-pixiu&pullRequest=568)
   
   [![Bug](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/bug-16px.png 'Bug')](https://sonarcloud.io/project/issues?id=apache_dubbo-go-pixiu&pullRequest=568&resolved=false&types=BUG) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_dubbo-go-pixiu&pullRequest=568&resolved=false&types=BUG) [0 Bugs](https://sonarcloud.io/project/issues?id=apache_dubbo-go-pixiu&pullRequest=568&resolved=false&types=BUG)  
   [![Vulnerability](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/vulnerability-16px.png 'Vulnerability')](https://sonarcloud.io/project/issues?id=apache_dubbo-go-pixiu&pullRequest=568&resolved=false&types=VULNERABILITY) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_dubbo-go-pixiu&pullRequest=568&resolved=false&types=VULNERABILITY) [0 Vulnerabilities](https://sonarcloud.io/project/issues?id=apache_dubbo-go-pixiu&pullRequest=568&resolved=false&types=VULNERABILITY)  
   [![Security Hotspot](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/security_hotspot-16px.png 'Security Hotspot')](https://sonarcloud.io/project/security_hotspots?id=apache_dubbo-go-pixiu&pullRequest=568&resolved=false&types=SECURITY_HOTSPOT) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/security_hotspots?id=apache_dubbo-go-pixiu&pullRequest=568&resolved=false&types=SECURITY_HOTSPOT) [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_dubbo-go-pixiu&pullRequest=568&resolved=false&types=SECURITY_HOTSPOT)  
   [![Code Smell](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/code_smell-16px.png 'Code Smell')](https://sonarcloud.io/project/issues?id=apache_dubbo-go-pixiu&pullRequest=568&resolved=false&types=CODE_SMELL) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_dubbo-go-pixiu&pullRequest=568&resolved=false&types=CODE_SMELL) [0 Code Smells](https://sonarcloud.io/project/issues?id=apache_dubbo-go-pixiu&pullRequest=568&resolved=false&types=CODE_SMELL)
   
   [![No Coverage information](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/CoverageChart/NoCoverageInfo-16px.png 'No Coverage information')](https://sonarcloud.io/component_measures?id=apache_dubbo-go-pixiu&pullRequest=568) No Coverage information  
   [![No Duplication information](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/Duplications/NoDuplicationInfo-16px.png 'No Duplication information')](https://sonarcloud.io/component_measures?id=apache_dubbo-go-pixiu&pullRequest=568&metric=duplicated_lines_density&view=list) No Duplication information
   
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org