Skip to content

Update RegExp syntax link to RE2

Cody Mize requested to merge kingcody/gitlab-ce:docs/ci-regexp-syntax into master

What does this MR do?

CI ref pattern matching now uses RE2 instead of Ruby. This MR updates the only/except RegExp syntax link. See https://about.gitlab.com/2019/04/01/security-release-gitlab-11-dot-9-dot-4-released/ for more information.

Does this MR meet the acceptance criteria?

Conformity

Performance 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

Merge request reports