From 238b78bbaf4c6c6b3019be9fc0f93e3021a8c3f2 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sun, 25 Aug 2019 20:41:39 +0300 Subject: [PATCH] Add potential issue with redacted_because field Signed-off-by: Tulir Asokan --- proposals/2244-mass-redactions.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/proposals/2244-mass-redactions.md b/proposals/2244-mass-redactions.md index 1b012cf8..ea0874c3 100644 --- a/proposals/2244-mass-redactions.md +++ b/proposals/2244-mass-redactions.md @@ -70,6 +70,10 @@ authorized. ## Tradeoffs ## Potential issues +A redaction with a thousand targets could mean a thousand events get `unsiged` +-> `redacted_because` containing that redaction event. One potential solution +to this is omitting the list of redacted event IDs from the data in the +`redacted_because` field. ## Security considerations