diff options
author | Struan Donald <struan@exo.org.uk> | 2018-06-05 17:07:09 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2018-06-05 17:28:29 +0100 |
commit | fb15760d8153971cce9185387c5d8ad5fc534aa7 (patch) | |
tree | c38c8c850e0b868260b7955636c493e059a6fbea /CHANGELOG.md | |
parent | 7e3b1f2fc28c87f7099b989cf7dfe9e9ff860fc2 (diff) |
error on bad update ids passed to contact form
Return an error if an id for either a hidden update or one not
associated with the problem id is passed to the contact form.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d2793b2a8..77dcbba2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ * Unreleased - Front end improvements: - Extra help text on contact form #2149 + - Bugfixes: + - Prevent contact form leaking information about updates #2149 * v2.3.2 (31st May 2018) - Front end improvements: |