dependabot[bot] opened a new pull request, #14:
URL: https://github.com/apache/casbin-okta-role-manager/pull/14

   Bumps [github.com/go-jose/go-jose/v3](https://github.com/go-jose/go-jose) 
from 3.0.0 to 3.0.4.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/go-jose/go-jose/releases";>github.com/go-jose/go-jose/v3's
 releases</a>.</em></p>
   <blockquote>
   <h2>v3.0.4</h2>
   <h2>What's Changed</h2>
   <p>Backport fix for GHSA-c6gw-w398-hv78 CVE-2025-27144
   <a 
href="https://redirect.github.com/go-jose/go-jose/pull/174";>go-jose/go-jose#174</a></p>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/go-jose/go-jose/compare/v3.0.3...v3.0.4";>https://github.com/go-jose/go-jose/compare/v3.0.3...v3.0.4</a></p>
   <h2>Version 3.0.3</h2>
   <h2>Fixed</h2>
   <ul>
   <li>Limit decompression output size to prevent a DoS. Backport from 
v4.0.1.</li>
   </ul>
   <h2>Version 3.0.2</h2>
   <h2>Fixed</h2>
   <ul>
   <li>DecryptMulti: handle decompression error (<a 
href="https://redirect.github.com/go-jose/go-jose/issues/19";>#19</a>)</li>
   </ul>
   <h2>Changed</h2>
   <ul>
   <li>jwe/CompactSerialize: improve performance (<a 
href="https://redirect.github.com/go-jose/go-jose/issues/67";>#67</a>)</li>
   <li>Increase the default number of PBKDF2 iterations to 600k (<a 
href="https://redirect.github.com/go-jose/go-jose/issues/48";>#48</a>)</li>
   <li>Return the proper algorithm for ECDSA keys (<a 
href="https://redirect.github.com/go-jose/go-jose/issues/45";>#45</a>)</li>
   <li>Update golang.org/x/crypto to v0.19 (<a 
href="https://redirect.github.com/go-jose/go-jose/issues/94";>#94</a>)</li>
   </ul>
   <h2>Added</h2>
   <ul>
   <li>Add Thumbprint support for opaque signers (<a 
href="https://redirect.github.com/go-jose/go-jose/issues/38";>#38</a>)</li>
   </ul>
   <h2>Version 3.0.1</h2>
   <h3>Fixed</h3>
   <p>Security issue: an attacker specifying a large &quot;p2c&quot; value can 
cause JSONWebEncryption.Decrypt and JSONWebEncryption.DecryptMulti to consume 
large amounts of CPU, causing a DoS. Thanks to Matt Schwager (<a 
href="https://github.com/mschwager";><code>@​mschwager</code></a>) for the 
disclosure and to Tom Tervoort for originally publishing the category of 
attack. <a 
href="https://i.blackhat.com/BH-US-23/Presentations/US-23-Tervoort-Three-New-Attacks-Against-JSON-Web-Tokens.pdf";>https://i.blackhat.com/BH-US-23/Presentations/US-23-Tervoort-Three-New-Attacks-Against-JSON-Web-Tokens.pdf</a></p>
   <p>The release is tagged off the release-v3.0.1 branch to avoid mixing in 
some as-yet unreleased changes on the v3 branch.</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/go-jose/go-jose/commit/5253038e3b5f64a2200b5b6c72107bf9823f4358";><code>5253038</code></a>
 Backport fix 167 to v3 (<a 
href="https://redirect.github.com/go-jose/go-jose/issues/174";>#174</a>)</li>
   <li><a 
href="https://github.com/go-jose/go-jose/commit/047dc99758ca176080217a26d0f8a95a3350e7fb";><code>047dc99</code></a>
 CI: Update github actions and go version (<a 
href="https://redirect.github.com/go-jose/go-jose/issues/173";>#173</a>)</li>
   <li><a 
href="https://github.com/go-jose/go-jose/commit/0f017e9bc3fd4ee0ca9171c131d6eb3d196ab05b";><code>0f017e9</code></a>
 Revert <a href="https://redirect.github.com/go-jose/go-jose/issues/26";>#26</a> 
(ignore unsupported JWKs in Sets) (<a 
href="https://redirect.github.com/go-jose/go-jose/issues/131";>#131</a>)</li>
   <li><a 
href="https://github.com/go-jose/go-jose/commit/3e2bbef724ae666f9e6691659bd46bc0c3e0c7aa";><code>3e2bbef</code></a>
 Unmarshal jwk keys with unsupported key type or algorithm into empty … (<a 
href="https://redirect.github.com/go-jose/go-jose/issues/26";>#26</a>)</li>
   <li><a 
href="https://github.com/go-jose/go-jose/commit/add6a284ea0f844fd6628cba637be5451fe4b28a";><code>add6a28</code></a>
 v3: backport decompression limit fix (<a 
href="https://redirect.github.com/go-jose/go-jose/issues/107";>#107</a>)</li>
   <li><a 
href="https://github.com/go-jose/go-jose/commit/11bb4e72bf7eb95794be9fef31b38ba85633fc84";><code>11bb4e7</code></a>
 doc: in v3 branch's README, point to v4 as latest (<a 
href="https://redirect.github.com/go-jose/go-jose/issues/101";>#101</a>)</li>
   <li><a 
href="https://github.com/go-jose/go-jose/commit/863f73b9dbfcc5944d74d5106992e3cf949c4557";><code>863f73b</code></a>
 v3.0.2: Update changelog (<a 
href="https://redirect.github.com/go-jose/go-jose/issues/95";>#95</a>)</li>
   <li><a 
href="https://github.com/go-jose/go-jose/commit/bdbc794b6b28c67c0949c1e336851a30dd95a07e";><code>bdbc794</code></a>
 Update golang.org/x/crypto to v0.19 (backport) (<a 
href="https://redirect.github.com/go-jose/go-jose/issues/94";>#94</a>)</li>
   <li><a 
href="https://github.com/go-jose/go-jose/commit/25bce79fd677a736af4b1a38828f5a754775afb6";><code>25bce79</code></a>
 Updated go-jose v3.0.0 to v3.0.1 in jose-util (<a 
href="https://redirect.github.com/go-jose/go-jose/issues/70";>#70</a>)</li>
   <li><a 
href="https://github.com/go-jose/go-jose/commit/aa386df3933e180ca8a2f20b9af1a1288b7b5aeb";><code>aa386df</code></a>
 jwe/CompactSerialize: improve performance. (<a 
href="https://redirect.github.com/go-jose/go-jose/issues/67";>#67</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/go-jose/go-jose/compare/v3.0.0...v3.0.4";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-jose/go-jose/v3&package-manager=go_modules&previous-version=3.0.0&new-version=3.0.4)](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 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/apache/casbin-okta-role-manager/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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to