Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md8
-rw-r--r--changelogs/unreleased/security-stored-xss-using-find-file.yml5
-rw-r--r--changelogs/unreleased/security-xss-grafana-url-12-4.yml5
3 files changed, 8 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 986cecc3809..624cedd8864 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,14 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 12.1.15
+
+### Security (2 changes)
+
+- Sanitize search text to prevent XSS.
+- Fix stored XSS issue for grafana_url.
+
+
## 12.1.14
- No changes.
diff --git a/changelogs/unreleased/security-stored-xss-using-find-file.yml b/changelogs/unreleased/security-stored-xss-using-find-file.yml
deleted file mode 100644
index 41cd2f9494f..00000000000
--- a/changelogs/unreleased/security-stored-xss-using-find-file.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Sanitize search text to prevent XSS
-merge_request:
-author:
-type: security
diff --git a/changelogs/unreleased/security-xss-grafana-url-12-4.yml b/changelogs/unreleased/security-xss-grafana-url-12-4.yml
deleted file mode 100644
index d0adff94b76..00000000000
--- a/changelogs/unreleased/security-xss-grafana-url-12-4.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix stored XSS issue for grafana_url
-merge_request:
-author:
-type: security