11.0.229

sipcapture/homer11.0.229May 27, 2026by adubovikov

AI Summary

This release focuses on security and stability, resolving open CodeQL alerts, fixing authentication token handling, and adding validation for dynamic SQL queries.

Key Highlights

  • Resolved open CodeQL Go alerts
  • Fixed authentication token user_group key reading
  • Added validation for dynamic SQL TableKey and where clauses
  • Fixed safe uint32 parse in Lua SetHEPField

New Features

  • Safe uint32 parse in Lua SetHEPField

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