diff options
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f46c72c44..32ea3e8b5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,9 @@ Line wrap the file at 100 chars. Th - Fix packets being duplicated on LAN when split tunneling is enabled. ### Security +- Disable unix signal handler in release builds. The code was not signal safe and could potentially + cause issues. This mitigates audit issues `MLLVD-CR-24-01` and `MLLVD-CR-24-02`. + #### 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 |
