Commit 0a88383
authored
Bump github.com/slackhq/nebula from 1.9.5 to 1.9.7 in the go_modules group across 1 directory (#14)
Bumps the go_modules group with 1 update in the / directory:
[github.com/slackhq/nebula](https://github.com/slackhq/nebula).
Updates `github.com/slackhq/nebula` from 1.9.5 to 1.9.7
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/slackhq/nebula/releases">github.com/slackhq/nebula's
releases</a>.</em></p>
<blockquote>
<h2>Release v1.9.7</h2>
<h3>Security</h3>
<ul>
<li>Fix an issue where Nebula could incorrectly accept and process a
packet from an erroneous source IP when the sender's
certificate is configured with unsafe_routes (cert v1/v2) or multiple
IPs (cert v2). (<a
href="https://redirect.github.com/slackhq/nebula/issues/1494">#1494</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Disable sending <code>recv_error</code> messages when a packet is
received outside the allowable counter window. (<a
href="https://redirect.github.com/slackhq/nebula/issues/1459">#1459</a>)</li>
<li>Improve error messages and remove some unnecessary fatal conditions
in the Windows and generic udp listener. (<a
href="https://redirect.github.com/slackhq/nebula/issues/1453">#1453</a>)</li>
</ul>
<h2>Release v1.9.6</h2>
<h3>Added</h3>
<ul>
<li>Support dropping inactive tunnels. This is disabled by default in
this release but can be enabled with <code>tunnels.drop_inactive</code>.
See example config for more details. (<a
href="https://redirect.github.com/slackhq/nebula/issues/1413">#1413</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix Darwin freeze due to presence of some Network Extensions (<a
href="https://redirect.github.com/slackhq/nebula/issues/1426">#1426</a>)</li>
<li>Ensure the same relay tunnel is always used when multiple relay
tunnels are present (<a
href="https://redirect.github.com/slackhq/nebula/issues/1422">#1422</a>)</li>
<li>Fix Windows freeze due to ICMP error handling (<a
href="https://redirect.github.com/slackhq/nebula/issues/1412">#1412</a>)</li>
<li>Fix relay migration panic (<a
href="https://redirect.github.com/slackhq/nebula/issues/1403">#1403</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/slackhq/nebula/blob/v1.9.7/CHANGELOG.md">github.com/slackhq/nebula's
changelog</a>.</em></p>
<blockquote>
<h2>[1.9.7] - 2025-10-10</h2>
<h3>Security</h3>
<ul>
<li>Fix an issue where Nebula could incorrectly accept and process a
packet from an erroneous source IP when the sender's
certificate is configured with unsafe_routes (cert v1/v2) or multiple
IPs (cert v2). (<a
href="https://redirect.github.com/slackhq/nebula/issues/1494">#1494</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Disable sending <code>recv_error</code> messages when a packet is
received outside the allowable counter window. (<a
href="https://redirect.github.com/slackhq/nebula/issues/1459">#1459</a>)</li>
<li>Improve error messages and remove some unnecessary fatal conditions
in the Windows and generic udp listener. (<a
href="https://redirect.github.com/slackhq/nebula/issues/1543">#1543</a>)</li>
</ul>
<h2>[1.9.6] - 2025-7-15</h2>
<h3>Added</h3>
<ul>
<li>Support dropping inactive tunnels. This is disabled by default in
this release but can be enabled with <code>tunnels.drop_inactive</code>.
See example config for more details. (<a
href="https://redirect.github.com/slackhq/nebula/issues/1413">#1413</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix Darwin freeze due to presence of some Network Extensions (<a
href="https://redirect.github.com/slackhq/nebula/issues/1426">#1426</a>)</li>
<li>Ensure the same relay tunnel is always used when multiple relay
tunnels are present (<a
href="https://redirect.github.com/slackhq/nebula/issues/1422">#1422</a>)</li>
<li>Fix Windows freeze due to ICMP error handling (<a
href="https://redirect.github.com/slackhq/nebula/issues/1412">#1412</a>)</li>
<li>Fix relay migration panic (<a
href="https://redirect.github.com/slackhq/nebula/issues/1403">#1403</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/slackhq/nebula/commit/7c3f5339508c7dbc74eea7f925d31b28bafa1b45"><code>7c3f533</code></a>
Better words (<a
href="https://redirect.github.com/slackhq/nebula/issues/1497">#1497</a>)</li>
<li><a
href="https://github.com/slackhq/nebula/commit/824cd3f0d6bc2c36a6515bc93a2c56c3fa8b90b5"><code>824cd3f</code></a>
Update CHANGELOG for Nebula v1.9.7</li>
<li><a
href="https://github.com/slackhq/nebula/commit/9f692175e17ed6981a720f9ab70928e41d07f618"><code>9f69217</code></a>
HostInfo.remoteCidr should only be populated with the entire vpn ip
address i...</li>
<li><a
href="https://github.com/slackhq/nebula/commit/22af56f1568347bea187d03207eff22d420a1938"><code>22af56f</code></a>
Fix <code>recv_error</code> receipt limit allowance for v1.9.x (<a
href="https://redirect.github.com/slackhq/nebula/issues/1459">#1459</a>)</li>
<li><a
href="https://github.com/slackhq/nebula/commit/1d73e463cd32840130a5244bf28475e12168f8a4"><code>1d73e46</code></a>
Quietly log error on UDP_NETRESET ioctl on Windows. (<a
href="https://redirect.github.com/slackhq/nebula/issues/1453">#1453</a>)</li>
<li><a
href="https://github.com/slackhq/nebula/commit/105e0ec66c11d57c06c5f1c52a064be3b50e4d25"><code>105e0ec</code></a>
v1.9.6 (<a
href="https://redirect.github.com/slackhq/nebula/issues/1434">#1434</a>)</li>
<li><a
href="https://github.com/slackhq/nebula/commit/4870bb680d45997f57995085c62b56a351a18b3e"><code>4870bb6</code></a>
Darwin udp fix (<a
href="https://redirect.github.com/slackhq/nebula/issues/1426">#1426</a>)</li>
<li><a
href="https://github.com/slackhq/nebula/commit/a1498ca8f8f4d98dd0af9f089f6e09a26851b3d6"><code>a1498ca</code></a>
Store relay states in a slice for consistent ordering (<a
href="https://redirect.github.com/slackhq/nebula/issues/1422">#1422</a>)</li>
<li><a
href="https://github.com/slackhq/nebula/commit/9877648da91c3b34ea8e2ba2ae1aa2e9b2043262"><code>9877648</code></a>
Drop inactive tunnels (<a
href="https://redirect.github.com/slackhq/nebula/issues/1413">#1413</a>)</li>
<li><a
href="https://github.com/slackhq/nebula/commit/8e0a7bcbb7d24a3a3b123d47a2e2e65f17aef352"><code>8e0a7bc</code></a>
Disable UDP receive error returns due to ICMP messages on Windows. (<a
href="https://redirect.github.com/slackhq/nebula/issues/1412">#1412</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/slackhq/nebula/compare/v1.9.5...v1.9.7">compare
view</a></li>
</ul>
</details>
<br />
[](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/liujed/caddy-dns01proxy/network/alerts).
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 5348ec4 commit 0a88383
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
345 | | - | |
346 | | - | |
| 345 | + | |
| 346 | + | |
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
| |||
0 commit comments