From 7c3f5339508c7dbc74eea7f925d31b28bafa1b45 Mon Sep 17 00:00:00 2001 From: Nate Brown Date: Fri, 10 Oct 2025 11:31:46 -0400 Subject: [PATCH] Better words (#1497) --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 318981d..79790a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [1.9.7] - 2025-10-8 +## [1.9.7] - 2025-10-10 ### Security -- Fix an opportunity for emitting a packet that was sent with a spoofed source address within the configured vpn network. (#1494) +- 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). (#1494) ### Changed