Ignore .gitattributes if they contain invalid byte sequences
Users that accidentally insert null bytes or other bytes may see 500 errors loading merge requests. To avoid that, we catch the bad data in .gitattributes and ignore it. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/216210
Showing
Please register or sign in to comment