mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-06 04:45:10 -05:00
Sentry correctly identified that the regex and decode would fail on line-wrapped base64. Fixed by: - Updated regex to allow whitespace in base64 chunks - Strip whitespace before decoding with validate=True - Added test for line-wrapped base64