summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2020-08-18 14:14:27 +0100
committerGitHub <noreply@github.com>2020-08-18 14:14:27 +0100
commit5cf7c1299541d4b5ca5b3ac547a300a87465c7e5 (patch)
treea03a9d2728e2aa0fbfe9a9a03165fab8d23f21a3 /changelog.d
parentRename changelog from bugfix to misc. (diff)
downloadsynapse-5cf7c1299541d4b5ca5b3ac547a300a87465c7e5.tar.xz
Remove : from allowed client_secret chars (#8101)
Closes: https://github.com/matrix-org/synapse/issues/6766

Equivalent Sydent PR: https://github.com/matrix-org/sydent/pull/309

I believe it's now time to remove the extra allowed `:` from `client_secret` parameters.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8101.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8101.bugfix b/changelog.d/8101.bugfix
new file mode 100644
index 0000000000..703bba4234
--- /dev/null
+++ b/changelog.d/8101.bugfix
@@ -0,0 +1 @@
+Synapse now correctly enforces the valid characters in the `client_secret` parameter used in various endpoints.