11.0.229
kyutai-labs/pocket-tts11.0.229May 27, 2026by adubovikov
AI Summary
This release focuses on critical security fixes, authentication corrections, and improvements to scripting and database handling.
Key Highlights
- Fixed auth-token user_group key reading to use the correct underscore
- Validated TableKey and SQL 'where' clauses to prevent dynamic SQL injection
- Implemented safe uint32 parsing in Lua SetHEPField
- Resolved multiple CodeQL Go security alerts
Full Release Notes
## What's Changed * fix(auth): read auth-token user_group key with correct underscore by @fredrik-dahlgren in https://github.com/sipcapture/homer/pull/751 * chore: bump VERSION_APPLICATION to 11.0.229 by @adubovikov in https://github.com/sipcapture/homer/pull/752 * fix(ducklake): validate TableKey and where before dynamic SQL by @adubovikov in https://github.com/sipcapture/homer/pull/754 * fix(scripting): safe uint32 parse in Lua SetHEPField (CodeQL #20) by @adubovikov in https://github.com/sipcapture/homer/pull/755 * fix(security): resolve open CodeQL Go alerts (#9–#20) by @adubovikov in https://github.com/sipcapture/homer/pull/756 ## New Contributors * @fredrik-dahlgren made their first contribution in https://github.com/sipcapture/homer/pull/751 **Full Changelog**: https://github.com/sipcapture/homer/compare/11.0.228...11.0.229