diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-09-08 08:57:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-08 08:57:56 -0400 |
commit | 69b74d9330e42fc91a9c7423d00a06cd6d3732bf (patch) | |
tree | 7140c417741cea23e32ac1ac6cd05d907bbf60b4 /changelog.d | |
parent | Raise setuptools_rust version cap to 1.7.0 (#16277) (diff) | |
download | synapse-69b74d9330e42fc91a9c7423d00a06cd6d3732bf.tar.xz |
Avoid temporary storage of sensitive information. (#16272)
During the UI auth process, avoid storing sensitive information into the database.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16272.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16272.bugfix b/changelog.d/16272.bugfix new file mode 100644 index 0000000000..afb22a999f --- /dev/null +++ b/changelog.d/16272.bugfix @@ -0,0 +1 @@ +Avoid temporary storage of sensitive information. |