Files
netbird/management/internals
riccardom a2cff0adf9 [management] Reject a port-only authority in the debug upload URL
DebugUpload.Validate checked url.Host, which is non-empty for an authority like
":443" even though there is no host. Management would store and publish it, and
every peer would then refuse it: the client-side rule the same value meets on
the CLI path already uses Hostname() for exactly this reason
(profilemanager.ValidateBundleUploadURL).

Reported by cubic on #7514.
2026-09-14 09:17:16 +02:00
..