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
2018-10-22Enable frozen string for lib/gitlab/*.rbgfyoung
2018-05-18Simplify untrusted regexp factory methodGrzegorz Bizon
2018-05-17Add extended /regexp/ scheme support to untrusted regexpGrzegorz Bizon
2018-05-15Merge branch 'master' into feature/gb/add-regexp-variables-expressionGrzegorz Bizon
* master: (76 commits) Conflicts: lib/gitlab/untrusted_regexp.rb
2018-05-14Backport EE-specific untrusted regexp implementationGrzegorz Bizon
2018-05-11Make it possible to compare untrusted regexpsGrzegorz Bizon
2017-07-24Upgrade the re2 gem to 1.1.0Nick Thomas
2017-07-22Short-circuit build coverage extraction for empty regexesNick Thomas
2017-07-21Merge branch 'fix-re2-infinite-loop-nick' into 'security-9-3'Sean McGivern
Fix an infinite loop in Gitlab:UntrustedRegexp See merge request !2146
2017-07-20Merge branch '24570-use-re2-for-user-supplied-regexp-9-3' into 'security-9-3'Douwe Maan
24570 use re2 for user supplied regexp 9 3 See merge request !2129