Skip to content

Commit 0a88383

Browse files
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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/slackhq/nebula&package-manager=go_modules&previous-version=1.9.5&new-version=1.9.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 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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ require (
8787
github.com/russross/blackfriday/v2 v2.1.0 // indirect
8888
github.com/shopspring/decimal v1.4.0 // indirect
8989
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
90-
github.com/slackhq/nebula v1.9.5 // indirect
90+
github.com/slackhq/nebula v1.9.7 // indirect
9191
github.com/smallstep/cli-utils v0.12.1 // indirect
9292
github.com/smallstep/linkedca v0.23.0 // indirect
9393
github.com/smallstep/nosql v0.7.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,8 @@ github.com/shurcooL/webdavfs v0.0.0-20170829043945-18c3829fa133/go.mod h1:hKmq5k
342342
github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
343343
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=
344344
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
345-
github.com/slackhq/nebula v1.9.5 h1:ZrxcvP/lxwFglaijmiwXLuCSkybZMJnqSYI1S8DtGnY=
346-
github.com/slackhq/nebula v1.9.5/go.mod h1:1+4q4wd3dDAjO8rKCttSb9JIVbklQhuJiBp5I0lbIsQ=
345+
github.com/slackhq/nebula v1.9.7 h1:v5u46efIyYHGdfjFnozQbRRhMdaB9Ma1SSTcUcE2lfE=
346+
github.com/slackhq/nebula v1.9.7/go.mod h1:1+4q4wd3dDAjO8rKCttSb9JIVbklQhuJiBp5I0lbIsQ=
347347
github.com/smallstep/assert v0.0.0-20200723003110-82e2b9b3b262 h1:unQFBIznI+VYD1/1fApl1A+9VcBk+9dcqGfnePY87LY=
348348
github.com/smallstep/assert v0.0.0-20200723003110-82e2b9b3b262/go.mod h1:MyOHs9Po2fbM1LHej6sBUT8ozbxmMOFG+E+rx/GSGuc=
349349
github.com/smallstep/certificates v0.28.4 h1:JTU6/A5Xes6m+OsR6fw1RACSA362vJc9SOFVG7poBEw=

0 commit comments

Comments
 (0)