🐛(back) validate document content in serializer

We recently extract images url in the content. For this, we assume that
the document content is always in base64. We enforce this assumption by
checking if it's a valide base64 in the serializer.
This commit is contained in:
Manuel Raynaud
2025-03-28 18:15:20 +01:00
parent 3e974be9f4
commit fbe8a26dba
3 changed files with 37 additions and 0 deletions

View File

@@ -8,6 +8,10 @@ and this project adheres to
## [Unreleased]
## Fixed
- 🐛(back) validate document content in serializer #822
## [3.0.0] - 2025-03-28
## Added