Skip to content

Update NuGet to use a unique version regex

Steve Abrams requested to merge 217157-nuget-version-regex into master

🔍 What does this MR do?

Currently the NuGet package version uses the SemVer regex to validate the incoming version, however it has become apparent that many users expect the ability to use extended versions, such as 1.1.1.1, but SemVer does not allow for the third period. Note that while NuGet docs do say it follows semantic versioning, the docs also have examples using extended versions.

This MR updates the validation to use a regex that is specific to NuGet that allows for this additional version format.

Screenshots

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 #217157 (closed)

Edited by Steve Abrams

Merge request reports