Skip to content

User mentions not working for usernames ending in `_`

Brett Walker requested to merge 323618-markdown-only-escape-what-required into master

What does this MR do?

In !45922 (merged) we were a little over ambitious in converting all escapable punctuation characters, including _ and *.

As a result, @user\_, which is a valid user format (so that the _ isn't considered an italics character), was no longer recognized as a valid user reference.

So now we're limiting ourselves to just the characters that trigger one of our special references: @ # ! $ & ~ % ^

Screenshots (strongly suggested)

Testing

You can test this by enabled in the feature flag honor_escaped_markdown. Then you enter the user name @mpeychet. It should autocomplete to @mpeychet\_. This should end up being a valid user reference.

However \@mpeychet\_ is NOT a valid reference, because the @ is escaped.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Related to #323618 (closed) and #16827 (closed)

Edited by Brett Walker

Merge request reports