[release-12.1.0] Security: Fixes for CVE-2025-6197 and CVE-2025-6023 (#108333)

Security: Fixes for CVE-2025-6197 and CVE-2025-6023 (#108330)

apply security patch: main/439-202506251632.patch

(cherry picked from commit 7f3977c54548dc82d9b2c44c125b30b3dbc2069a)


(cherry picked from commit 4669b586e9)

Co-authored-by: Misi <mgyongyosi@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
grafana-delivery-bot[bot]
2025-07-18 16:24:10 +01:00
committed by GitHub
co-authored by Misi github-actions[bot]
parent 6be2d4128f
commit 1fdeca1015
5 changed files with 138 additions and 0 deletions
+1
View File
@@ -147,6 +147,7 @@ func requestContextMiddleware() web.Middleware {
c.RequestNonce = ctx.RequestNonce
c.PerfmonTimer = ctx.PerfmonTimer
c.LookupTokenErr = ctx.LookupTokenErr
c.UseSessionStorageRedirect = ctx.UseSessionStorageRedirect
}
next.ServeHTTP(w, r)