From 7ecfc9e2e4e4c47925c7e82fb6a805187fb744ae Mon Sep 17 00:00:00 2001 From: Yuri Tseretyan Date: Wed, 2 Oct 2024 17:24:55 -0400 Subject: [PATCH] Move CVE-2024-8118 to changelog of 11.1.6 (#94166) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04f01041182..8273428d982 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,6 @@ - **AzureMonitor:** Remove Basic Logs retention warning [#93122](https://github.com/grafana/grafana/pull/93122), [@aangelisc](https://github.com/aangelisc) - **Correlations:** Limit access to correlations page to users who can access Explore [#93675](https://github.com/grafana/grafana/pull/93675), [@ifrost](https://github.com/ifrost) - **Plugins:** Avoid returning 404 for `AutoEnabled` apps [#93487](https://github.com/grafana/grafana/pull/93487), [@wbrowne](https://github.com/wbrowne) -- **Alerting:** Fixed CVE-2024-8118. @@ -31,6 +30,7 @@ - **Templating:** Fix searching non-latin template variables [#92892](https://github.com/grafana/grafana/pull/92892), [@leeoniya](https://github.com/leeoniya) - **TutorialCard:** Fix link to tutorial not opening [#92646](https://github.com/grafana/grafana/pull/92646), [@eledobleefe](https://github.com/eledobleefe) +- **Alerting:** Fixed CVE-2024-8118. ### Plugin development fixes & changes