fix: security release 2026-08-12 (#4735)

This commit is contained in:
Chris Arderne
2026-08-20 12:34:33 +01:00
committed by GitHub
parent 518978bc52
commit 06f99aeb31
30 changed files with 1238 additions and 72 deletions
@@ -0,0 +1,6 @@
---
area: webapp
type: fix
---
Reject alert webhook destinations in reserved benchmarking IP ranges.
@@ -0,0 +1,6 @@
---
area: webapp
type: fix
---
TRQL queries using the PREWHERE clause are now rejected with a clear error message. Use WHERE instead, which is filtered the same way but keeps your data isolation guarantees intact.