mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
c91b839d22
* fix: Mammoth converts docx images to <img> tags with base64 data URIs but no width/height attributes * fix: Bound memory usage and prevent infinite loop in image dimension parsing Decode only a 64 KB prefix of base64 data URIs instead of the full payload, cap the JPEG marker scan at 64 KB, and bail on malformed segment lengths (< 2 or overflowing the buffer) to prevent an infinite loop on truncated data. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>