Fix Sieve: Do not allow invalid certs in http_header function

This commit is contained in:
Maurus Decimus
2026-06-10 15:54:50 +02:00
parent 33f288d0ea
commit 6cfad95dfb
2 changed files with 9 additions and 4 deletions

View File

@@ -11,7 +11,8 @@ If you are upgrading from v0.16.x, replace the binary (or run `docker pull`). If
## Changed
## Fixed
- JMAP: `*/changes` methods leak ids of non-shared objects
- JMAP: `*/changes` methods leak ids of non-shared objects (reported by @5ud0er).
- Sieve: Do not allow invalid certs in `http_header` function.
## [0.16.8] - 2026-06-06