gitlab-org--gitlab-foss/changelogs/unreleased/41666-cannot-search-with-keyword-merge.yml
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

6 lines
141 B
YAML

---
title: Fix file search results when they match file contents with a number between
two colons
merge_request: 16462
author:
type: fixed