diff options
| author | David Lönnhager <david.l@mullvad.net> | 2024-11-04 09:41:47 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2024-11-07 11:26:32 +0100 |
| commit | 7ffc175ac6996f6f687d32355874e8f358f83d60 (patch) | |
| tree | 13b100e87f7a2d11f1eeb906e18a9973be08db3d | |
| parent | 694ef7fd39edfda9639bc56dbefc370505c56b93 (diff) | |
| download | mullvadvpn-7ffc175ac6996f6f687d32355874e8f358f83d60.tar.xz mullvadvpn-7ffc175ac6996f6f687d32355874e8f358f83d60.zip | |
Update changelog
| -rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c92760d180..0f46c72c44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,13 @@ Line wrap the file at 100 chars. Th #### macOS - Fix packets being duplicated on LAN when split tunneling is enabled. +### Security +#### Windows +- Block WSL/Hyper-V traffic in secured states (except the connected state). The normal firewall + (WFP) filters normally do not apply for VMs. This mitigates the issue by ensuring that it does not + leak (as easily) when the VPN tunnel is up. Previously, WSL would leak while in the blocked or + connecting state, or while lockdown mode was active. + ## [2024.7] - 2024-10-30 This release is identical to 2024.7-beta1. |
