Add potential issue with redacted_because field

Signed-off-by: Tulir Asokan <tulir@maunium.net>
This commit is contained in:
Tulir Asokan 2019-08-25 20:41:39 +03:00
parent cd75d0f220
commit 238b78bbaf

View file

@ -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