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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2019-08-22 13:45:50 +0300
committerJacob Vosmaer <jacob@gitlab.com>2019-08-22 18:01:43 +0300
commit0c20bb6ea26d585308284edeaffc71a0c561607f (patch)
treeadd3c072491e47fce47ae2d07456888acc1eae2a
parent6d88c5cda8abd863dfa98722c125727b30882a84 (diff)
Add ssrf changelogs
-rw-r--r--changelogs/unreleased/ssrf-fixes.yml5
-rw-r--r--changelogs/unreleased/ssrf-fixes2.yml5
2 files changed, 10 insertions, 0 deletions
diff --git a/changelogs/unreleased/ssrf-fixes.yml b/changelogs/unreleased/ssrf-fixes.yml
new file mode 100644
index 000000000..13b1e9c5f
--- /dev/null
+++ b/changelogs/unreleased/ssrf-fixes.yml
@@ -0,0 +1,5 @@
+---
+title: Do not follow redirect when cloning repo from URL
+merge_request:
+author:
+type: security
diff --git a/changelogs/unreleased/ssrf-fixes2.yml b/changelogs/unreleased/ssrf-fixes2.yml
new file mode 100644
index 000000000..6b595f5d5
--- /dev/null
+++ b/changelogs/unreleased/ssrf-fixes2.yml
@@ -0,0 +1,5 @@
+---
+title: Add http.followRedirects directive to `git fetch` command
+merge_request:
+author:
+type: security