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
fd8250adf9
commit
9f150de08f
|
@ -0,0 +1,3 @@
|
|||
```release-note:bug
|
||||
core: Avoid disclosing IP addresses in the errors of unauthenticated requests
|
||||
```
|
Loading…
Reference in New Issue