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:
authorKamil Trzciński <ayufan@ayufan.eu>2018-06-07 12:26:24 +0300
committerKamil Trzciński <ayufan@ayufan.eu>2018-06-07 12:26:24 +0300
commitbc5fd64142f0d9640b68989e1327b8a6bb10c8c8 (patch)
tree06206b8a98999b589beb81cbac37ceaeaadf48af /changelogs
parenta9155ab05eb68fdf5d6967d268d8be8de7af6ab8 (diff)
parent854c9636ec6aabd8941b31f0f2aa4e89c9c072ce (diff)
Merge branch '45505-lograge_formatter_encoding' into 'master'
Enforce UTF-8 encoding on user input in LogrageWithTimestamp formatter Closes #45505 See merge request gitlab-org/gitlab-ce!19244
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/45505-lograge_formatter_encoding.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/changelogs/unreleased/45505-lograge_formatter_encoding.yml b/changelogs/unreleased/45505-lograge_formatter_encoding.yml
new file mode 100644
index 00000000000..02f4c152966
--- /dev/null
+++ b/changelogs/unreleased/45505-lograge_formatter_encoding.yml
@@ -0,0 +1,6 @@
+---
+title: Enforce UTF-8 encoding on user input in LogrageWithTimestamp formatter and
+ filter out file content from logs
+merge_request:
+author:
+type: fixed