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
AgeCommit message (Collapse)Author
2020-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-03-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-05Avoid checking dns rebind protection in validationFrancisco Javier López
2019-08-02Add outbound requests setting for system hooksGeorge Koltsov
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-04-11Align UrlValidator to validate_url gem implementation.Thong Kuah
Renamed UrlValidator to AddressableUrlValidator to avoid 'url:' naming collision with ActiveModel::Validations::UrlValidator in 'validates' statement. Make use of the options attribute of the parent class ActiveModel::EachValidator. Add more options: allow_nil, allow_blank, message. Renamed 'protocols' option to 'schemes' to match the option naming from UrlValidator.
2018-06-01Add validation to webhook and service URLs to ensure they are not blocked ↵Francisco Javier López
because of SSRF
2017-02-23Enable Style/MutableConstantDouwe Maan
2016-07-01refactor url validator to use sanitizer for checkJames Lopez
2016-06-30few more changes from suggestionsJames Lopez
2016-06-30few changes based on feedbackJames Lopez
2016-06-24added more info on how addressable URI differs from what we use in UrlValidatorJames Lopez
2016-06-23updated validator based on feedbackJames Lopez
2016-06-20fix commentJames Lopez
2016-06-20fixed a few MySQL issues and added changelogJames Lopez
2016-06-20started working on a migration for projects that have current import_url issuesJames Lopez
2016-06-20fix addressable url validatorJames Lopez
2016-06-17fixing URL validation for import_url on projectsJames Lopez