v3.49.2

trycompai/compv3.49.2May 11, 2026by claudfuen

AI Summary

This is a patch release focused on bug fixes and security improvements. The update addresses a stack overflow vulnerability during base64 file parsing in the API, implements stricter base64 validation in the app using re-encoding checks, and fixes a cloud security issue related to unused govcloud session tokens.

Key Highlights

  • Fixed stack overflow vulnerability during base64 file parsing in the API
  • Implemented stricter base64 validation using re-encoding check in the app
  • Resolved cloud security issue by ignoring unused govcloud session token

Full Release Notes

## [3.49.2](https://github.com/trycompai/comp/compare/v3.49.1...v3.49.2) (2026-05-11)


### Bug Fixes

* **api:** prevent stack overflow during base64 file parsing ([e8eaa0d](https://github.com/trycompai/comp/commit/e8eaa0dc59a6d9137b1314704a186a966e30b46d))
* **app:** use re-encoding check for strict base64 validation ([35092d7](https://github.com/trycompai/comp/commit/35092d71b59b5cb7d47453fc0f498237a2c1dec0))
* **cloud-security:** ignore unused govcloud session token ([cce868e](https://github.com/trycompai/comp/commit/cce868ec24e3ec9ca22b61ddf75c27ed27310968))