Commit a917e46
authored
build(deps): bump github.com/hashicorp/cap from 0.12.0 to 0.13.0 in the go-dependencies group across 1 directory (#1771)
Bumps the go-dependencies group with 1 update in the / directory:
[github.com/hashicorp/cap](https://github.com/hashicorp/cap).
Updates `github.com/hashicorp/cap` from 0.12.0 to 0.13.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hashicorp/cap/releases">github.com/hashicorp/cap's
releases</a>.</em></p>
<blockquote>
<h2>v0.13.0</h2>
<h2>What's Changed</h2>
<ul>
<li>chore: update CHANGELOG for 0.12.0 by <a
href="https://github.com/johanbrandhorst"><code>@johanbrandhorst</code></a>
in <a
href="https://redirect.github.com/hashicorp/cap/pull/175">hashicorp/cap#175</a></li>
<li>[IND-4227] [COMPLIANCE] Update Copyright Headers (Batch 1 of 1) by
<a
href="https://github.com/oss-core-libraries-dashboard"><code>@oss-core-libraries-dashboard</code></a>[bot]
in <a
href="https://redirect.github.com/hashicorp/cap/pull/174">hashicorp/cap#174</a></li>
<li>fix unbounded split by <a
href="https://github.com/Ayomi-gh"><code>@Ayomi-gh</code></a> in <a
href="https://redirect.github.com/hashicorp/cap/pull/177">hashicorp/cap#177</a></li>
<li>[VAULT-43467] saml: resolve CVE-2026-33487, GHSA-hwqm-qvj9-4jr2, and
GHSA-pcgw-qcv5-h8ch by <a
href="https://github.com/ryancragun"><code>@ryancragun</code></a> in <a
href="https://redirect.github.com/hashicorp/cap/pull/180">hashicorp/cap#180</a></li>
<li>chore: update go-jose to address CVE-2026-34986 by <a
href="https://github.com/irenarindos"><code>@irenarindos</code></a> in
<a
href="https://redirect.github.com/hashicorp/cap/pull/185">hashicorp/cap#185</a></li>
<li>JWT: add optional KeySetSearcher callback to Validator by <a
href="https://github.com/suraj-simha"><code>@suraj-simha</code></a> in
<a
href="https://redirect.github.com/hashicorp/cap/pull/187">hashicorp/cap#187</a></li>
<li>chore: update CHANGELOG for 0.13.0 by <a
href="https://github.com/jimlambrt"><code>@jimlambrt</code></a> in <a
href="https://redirect.github.com/hashicorp/cap/pull/189">hashicorp/cap#189</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/oss-core-libraries-dashboard"><code>@oss-core-libraries-dashboard</code></a>[bot]
made their first contribution in <a
href="https://redirect.github.com/hashicorp/cap/pull/174">hashicorp/cap#174</a></li>
<li><a href="https://github.com/Ayomi-gh"><code>@Ayomi-gh</code></a>
made their first contribution in <a
href="https://redirect.github.com/hashicorp/cap/pull/177">hashicorp/cap#177</a></li>
<li><a
href="https://github.com/ryancragun"><code>@ryancragun</code></a> made
their first contribution in <a
href="https://redirect.github.com/hashicorp/cap/pull/180">hashicorp/cap#180</a></li>
<li><a
href="https://github.com/irenarindos"><code>@irenarindos</code></a>
made their first contribution in <a
href="https://redirect.github.com/hashicorp/cap/pull/185">hashicorp/cap#185</a></li>
<li><a
href="https://github.com/suraj-simha"><code>@suraj-simha</code></a>
made their first contribution in <a
href="https://redirect.github.com/hashicorp/cap/pull/187">hashicorp/cap#187</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/hashicorp/cap/compare/v0.12.0...v0.13.0">https://github.com/hashicorp/cap/compare/v0.12.0...v0.13.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hashicorp/cap/blob/main/CHANGELOG.md">github.com/hashicorp/cap's
changelog</a>.</em></p>
<blockquote>
<h2>0.13.0</h2>
<ul>
<li>feat (jwt): add optional callback to dynamically fetch key sets in
validator ([PR <a
href="https://redirect.github.com/hashicorp/cap/issues/187">#187</a>](<a
href="https://redirect.github.com/hashicorp/cap/pull/187">hashicorp/cap#187</a>))</li>
<li>fix (saml): always validate response and assertion signatures when
signatures are present ([PR <a
href="https://redirect.github.com/hashicorp/cap/issues/180">#180</a>](<a
href="https://redirect.github.com/hashicorp/cap/pull/180">hashicorp/cap#180</a>))</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hashicorp/cap/commit/2bc0bff05e1aececf634eba03ccf4c74c9ed4537"><code>2bc0bff</code></a>
chore: update CHANGELOG for 0.13.0 (<a
href="https://redirect.github.com/hashicorp/cap/issues/189">#189</a>)</li>
<li><a
href="https://github.com/hashicorp/cap/commit/9d4dd6dc28b40cab326ac2bcb0e22dd4108becc0"><code>9d4dd6d</code></a>
JWT: add optional KeySetSearcher callback to Validator (<a
href="https://redirect.github.com/hashicorp/cap/issues/187">#187</a>)</li>
<li><a
href="https://github.com/hashicorp/cap/commit/dfeea340b314ed435226da10e06d8c4a22513ea2"><code>dfeea34</code></a>
chore: update go-jose to address CVE-2026-34986 (<a
href="https://redirect.github.com/hashicorp/cap/issues/185">#185</a>)</li>
<li><a
href="https://github.com/hashicorp/cap/commit/2026dd0d954344274f5bff57f177e1ac1c625834"><code>2026dd0</code></a>
[VAULT-43467] saml: resolve CVE-2026-33487, GHSA-hwqm-qvj9-4jr2, and
GHSA-pcg...</li>
<li><a
href="https://github.com/hashicorp/cap/commit/666713f6d41233bf791043961984741f6fb3e8b4"><code>666713f</code></a>
fix unbounded split (<a
href="https://redirect.github.com/hashicorp/cap/issues/177">#177</a>)</li>
<li><a
href="https://github.com/hashicorp/cap/commit/b78ca4079ba6906784a99744a63c20760c2a9072"><code>b78ca40</code></a>
[COMPLIANCE] Update Copyright and License Headers (Batch 1 of 1) (<a
href="https://redirect.github.com/hashicorp/cap/issues/174">#174</a>)</li>
<li><a
href="https://github.com/hashicorp/cap/commit/b72d477d7f92c08b2dadd2ce2a9c97e45f1ec94c"><code>b72d477</code></a>
chore: update CHANGELOG for 0.12.0 (<a
href="https://redirect.github.com/hashicorp/cap/issues/175">#175</a>)</li>
<li>See full diff in <a
href="https://github.com/hashicorp/cap/compare/v0.12.0...v0.13.0">compare
view</a></li>
</ul>
</details>
<br />
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent c863273 commit a917e46
3 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
| 57 | + | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments