11.0.229
DrewThomasson/ebook2audiobook11.0.229May 27, 2026by adubovikov
AI Summary
Fixed authentication token parsing by correcting the underscore in the user_group key. Resolved multiple security vulnerabilities flagged by CodeQL and improved DuckLake validation.
Key Highlights
- Fixed auth-token user_group key parsing
- Resolved multiple CodeQL security alerts
- Improved DuckLake validation for dynamic SQL
- Safe uint32 parse in Lua scripting
New Features
- Safe uint32 parse in Lua SetHEPField
- Security fixes for CodeQL 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