vault/changelog/29774.txt
miagilepner 49eda90dcd
VAULT-191: Validate X-Forwarded-For IP (#29774)
* validate the IPs in x-forwarded-for header

* switch to only checking one IP

* remove newline

* changelog
2025-03-04 10:40:07 +01:00

3 lines
140 B
Plaintext

```release-note:change
core: Verify that the client IP address extracted from an X-Forwarded-For header is a valid IPv4 or IPv6 address
```