Skip to content

Add filepath column to release_links

What does this MR do?

  • adds the filepath column to ReleaseLink
  • adds validation against a REGEX for filepath

Filepath regex rules

  • No embedded double slashes // or colons : allowed
  • single embedded / is allowed
  • Embedded -, _, . are allowed as single or multiple
  • Filepath must begin with a slash
  • Filepath much end with a number or letter
  • Filepath must be a valid url fragment
  • UTF-8 (accented) characters are not allowed

More details can be found here

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

Part of #27300 (closed)

Edited by Yorick Peterse

Merge request reports