consul/.changelog/21930.txt
Anita Akaeze 4b7f7a8a16
[Security] SECVULN-8621: Fix XSS Vulnerability where content-type header wasn't explicitly set in API requests (#21930)
* Fix XSS Vulnerability where content-type header wasn't explicitly set in API requests

* fix failing unit test
2024-11-27 09:30:14 -08:00

3 lines
118 B
Plaintext

```release-note:security
api: Enforces strict content-type header validation to protect against XSS vulnerability.
```