Skip to content
Snippets Groups Projects
  1. Jul 01, 2020
  2. Jun 29, 2020
  3. Jun 24, 2020
  4. Jun 23, 2020
  5. Jun 22, 2020
  6. Jun 18, 2020
    • Drew Blessing's avatar
      Prevent XSS in group name validations · cd83c6fd
      Drew Blessing authored and Drew Blessing's avatar Drew Blessing committed
      GitLab currently uses a regex to validate group names.
      It has proved difficult to prevent XSS problems. In trying to
      chase XSS issues we've tightened the regex and don't allow
      some completely benign characters on their own, such as
      parentheses. This results in a worse user experience and may not
      really protect from XSS. Instead, this now uses the
      Rails::Html::FullSanitizer to validate group names.
      Unverified
      cd83c6fd
Loading