diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-10-03 12:57:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-03 12:57:26 +0100 |
commit | 0f46bf5737012bb09b40f8e71c5f6db84125df8f (patch) | |
tree | 73642b80baf597a0af489af18a34fd89b3e6fc86 /changelog.d | |
parent | 1.4.0rc2 (diff) | |
download | synapse-0f46bf5737012bb09b40f8e71c5f6db84125df8f.tar.xz |
Replace client_secret with <redacted> in server logs (#6158)
Replace `client_secret` query parameter values with `<redacted>` in the logs. Prevents a scenario where a MITM of server traffic can horde 3pids on their account.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6158.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6158.bugfix b/changelog.d/6158.bugfix new file mode 100644 index 0000000000..6b48fce05e --- /dev/null +++ b/changelog.d/6158.bugfix @@ -0,0 +1 @@ +Redact `client_secret` in server logs. |