mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
Fix ip disclosure (#10649)
* removing extra information from the returned error, to avoid leaking it to unauthenticated requests * removing extra information from the returned error, to avoid leaking it to unauthenticated requests * Changelog entry for #10516 * Change the error message in a way that is retains the HTTP status code * Change changelog file num * And right back where we started... Co-authored-by: bruj0 <ramakandra@gmail.com>
This commit is contained in:
parent
4c71055329
commit
e59be6e2a9
1 changed files with 3 additions and 0 deletions
3
changelog/10579.txt
Normal file
3
changelog/10579.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
```release-note:bug
|
||||
core: Avoid disclosing IP addresses in the errors of unauthenticated requests
|
||||
```
|
||||
Loading…
Reference in a new issue