As of today if someone paste an image in ckeditor the image will be displayed and stored in changest as a base64 encoded string.
The image is not displayed at artifact rendering time but if one edit the image, ckeditor will display it.
This will make the database growth way to much so we should either
- refuse changests/artifacts with that kind of content
- strip the base64 content before saving into the DB