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:
authorJan Provaznik <jprovaznik@gitlab.com>2019-01-30 10:32:45 +0300
committerJan Provaznik <jprovaznik@gitlab.com>2019-03-25 16:53:33 +0300
commit2c5b492f317d536fe8d0188131dd235466d2bf57 (patch)
tree8aaf5864de278634c82d28f1dbec53ee52fc1c69 /changelogs/unreleased
parentb1268e93775a992c990a8d378491b19c59463545 (diff)
Rake task for removing exif from uploads
Adds a rake task which can be used for removing EXIF data from existing uploads.
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/security-exif-migration.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/security-exif-migration.yml b/changelogs/unreleased/security-exif-migration.yml
new file mode 100644
index 00000000000..cc529099df5
--- /dev/null
+++ b/changelogs/unreleased/security-exif-migration.yml
@@ -0,0 +1,5 @@
+---
+title: Added rake task for removing EXIF data from existing uploads.
+merge_request:
+author:
+type: security