Skip to content

[RELEASE] SIEM export + verify-integrity daemon-proxy fix (carries #2217 + #2222)#2232

Merged
vivekchand merged 1 commit into
mainfrom
release/siem-plus-verify-fix
May 28, 2026
Merged

[RELEASE] SIEM export + verify-integrity daemon-proxy fix (carries #2217 + #2222)#2232
vivekchand merged 1 commit into
mainfrom
release/siem-plus-verify-fix

Conversation

@vivekchand
Copy link
Copy Markdown
Owner

Carries two PRs already on main:

Done bar (FLYWHEEL)

No cloud bump

Both changes are daemon-side. The SIEM forwarder is daemon-only by design (E2E invariant; cloud cannot see plaintext). The verify-integrity fix only touches the daemon-proxy allowlist and the CLI.

🤖 Generated with Claude Code

@vivekchand vivekchand added the persona-skip Persona-pass cron skips this PR (backend-only, infra, or manually approved) label May 28, 2026
 + #2222)

CHANGELOG entries for two changes already on main:

1. #2217 — syslog/SIEM export (CEF + JSON over udp/tcp/tcp-tls). New
   Enterprise-grade exporter; off by default. Closes #2199.

2. #2222 — verify-integrity CLI daemon-proxy crash fix. Caught by
   FLYWHEEL §7 live verification immediately after 0.12.342 shipped:
   the new CLI subscript-crashed against any standard install because
   verify_integrity wasn't in the daemon-proxy method allowlist. Two-
   layer fix (allowlist + CLI graceful-None) plus 3 regression tests.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@vivekchand vivekchand force-pushed the release/siem-plus-verify-fix branch from da9825e to b0035aa Compare May 28, 2026 07:48
@vivekchand vivekchand merged commit 499eafa into main May 28, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

persona-skip Persona-pass cron skips this PR (backend-only, infra, or manually approved)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: syslog/SIEM export (CEF + JSON over udp/tcp/tcp-tls)

1 participant