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:
authorGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2019-12-13 01:30:38 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2019-12-13 01:30:38 +0300
commit0455f2f37ff4813f556013ff70177577b0269848 (patch)
treecd1c9272c44493d1978926f728099d0540efd2dc
parent050c4bae46b85c9c146908830f2ff7488329e8bb (diff)
Update CHANGELOG.md for 12.1.16
[ci skip]
-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 ae54692f882..084eb7381ca 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.16
+
+### Security (2 changes)
+
+- Sanitize search text to prevent XSS.
+- Fix stored XSS issue for grafana_url.
+
+
## 12.1.15
- Unreleased due to build failures
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