gitlab-org--gitlab-foss/app
Sean McGivern 82f4564fb7 Fix project search results for digits surrounded by colons
A file containing /:\d+:/ in its contents would break the search results if
those contents were part of the results, because we were splitting on colons,
which can't work with untrusted input.

Changing to use the null byte as a separator is much safer.
2018-01-16 11:56:07 +00:00
..
assets Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into dispatcher-projects-efi 2018-01-15 21:14:43 +11:00
controllers
finders
helpers
mailers
models Fix project search results for digits surrounded by colons 2018-01-16 11:56:07 +00:00
policies
presenters
serializers
services Log and send a system hook if a blocked user fails to login 2018-01-14 22:22:06 -08:00
uploaders
validators
views Merge branch '41970-job-play-button' into 'master' 2018-01-15 13:10:51 +00:00
workers