Commit graph

10 commits

Author SHA1 Message Date
GitLab Bot
9c28b22cfc Add latest changes from gitlab-org/gitlab@master 2022-03-29 15:09:53 +00:00
GitLab Bot
e6ac8e40c2 Add latest changes from gitlab-org/gitlab@master 2022-03-17 03:08:05 +00:00
GitLab Bot
6aa920eeb4 Add latest changes from gitlab-org/gitlab@master 2022-03-14 09:08:52 +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
George Koltsov
e5e1c907c0 Add outbound requests setting for system hooks
This MR adds new application setting to network section
`allow_local_requests_from_system_hooks`. Prior to this change
system hooks were allowed to do local network requests by default
and we are adding an ability for admins to control it.
2019-08-02 15:39:18 +01: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
Renamed from lib/gitlab/proxy_http_connection_adapter.rb (Browse further)