summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2020-09-12 12:05:36 +0200
committerrinpatch <rinpatch@sdf.org>2020-09-17 22:07:54 +0300
commitabf25e5d5254edc88a65610bf5a0fd7e52f545c3 (patch)
treec5eff945f64076e6b3e6cdfc2d3dfb5fd2b9e87c /CHANGELOG.md
parent3a0f99ed35a84145e713d4c640c50dc82c1b0dbb (diff)
Create MRF.filter_pipeline to inject :object_data when present
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1c25c60a3..de11dd7a9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -27,6 +27,12 @@ switched to a new configuration mechanism, however it was not officially removed
- Welcome Chat messages preventing user registration with MRF Simple Policy applied to the local instance
- Mastodon API: the public timeline returning an error when the `reply_visibility` parameter is set to `self` for an unauthenticated user
+## Unreleased-patch
+
+### Security
+
+- Fix most MRF rules either crashing or not being applied to objects passed into the Common Pipeline (ChatMessage, Question, Answer, Audio, Event)
+
## [2.1.1] - 2020-09-08
### Security