From 23a9ba0ef6180d3f5721a86644dbc477ecb1d34a Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 3 Oct 2017 15:20:46 +0300 Subject: [PATCH] SECURIY FIX: Meteor allow/deny. Thanks to nztqa ! Closes #1271 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96ecd00f1..8e3f9394d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ This release adds the following new features: and fixes the following bugs: +* SECURITY FIX: [Meteor allow/deny](https://blog.meteor.com/meteor-allow-deny-vulnerability-disclosure-baf398f47b25) fixed + [here](https://github.com/wekan/wekan/commit/c3804dc0fad0817285460d86dc1b3bdc96361f49); * [Fix: Slider for Comments only does not work correctly with over 21 activities](https://github.com/wekan/wekan/pull/1247). Thanks to Github users andresmanelli and nztqa for their contributions.