11.0.302
sipcapture/homer11.0.302Aug 1, 2026by adubovikov
AI Summary
Addresses security vulnerabilities and storage issues by validating LP event_type identifiers and detecting corrupted DuckLake data files.
Key Highlights
- Security fix: validates LP event_type table identifiers (GHSA-94cf)
- Storage fix: detects corrupt ducklake_data_file.table_id
- Prevents crashes caused by corrupted table identifiers
Full Release Notes
## What's Changed * fix(security): validate LP event_type table identifiers (GHSA-94cf) by @adubovikov in https://github.com/sipcapture/homer/pull/901 * fix(storage): detect corrupt ducklake_data_file.table_id (#900) by @adubovikov in https://github.com/sipcapture/homer/pull/902 **Full Changelog**: https://github.com/sipcapture/homer/compare/11.0.301...11.0.302