Commit Graph

10 Commits

Author SHA1 Message Date
GitLab Bot 5875e92ecf Add latest changes from gitlab-org/gitlab@master 2022-07-05 21:08:45 +00:00
GitLab Bot 9c28b22cfc Add latest changes from gitlab-org/gitlab@master 2022-03-29 15:09:53 +00:00
GitLab Bot 39c4905723 Add latest changes from gitlab-org/gitlab@master 2022-02-11 12:19:13 +00:00
GitLab Bot 30f229be4c Add latest changes from gitlab-org/gitlab@master 2022-02-03 01:19:28 +00:00
GitLab Bot b38fc20ae0 Add latest changes from gitlab-org/gitlab@master 2021-03-23 12:09:33 +00:00
GitLab Bot 72c331ebf5 Add latest changes from gitlab-org/gitlab@master 2021-03-09 18:09:41 +00:00
GitLab Bot c59765a50a Add latest changes from gitlab-org/gitlab@master 2020-06-24 18:09:03 +00:00
Thong Kuah 9c8f6e0cdf
Stub DNS to return IPv4 address
Otherwise certain machines return IPv6 first, which is non-deterministic
2019-07-29 19:20:30 -03:00
Oswaldo Ferreira a1a0f8e6b0 Add DNS rebinding protection settings 2019-05-30 10:47:57 -03:00
Douwe Maan a9bcddee4c Protect Gitlab::HTTP against DNS rebinding attack
Gitlab::HTTP now resolves the hostname only once, verifies the IP is not
blocked, and then uses the same IP to perform the actual request, while
passing the original hostname in the `Host` header and SSL SNI field.
2019-05-30 10:47:31 -03:00