Skip to content

Feature/fix variable validation

Vadim TATIGUIAN requested to merge feature/fix-variable-validation into main

Feature description

Change the regex validation of security variable so that it only match z1 to z20.

The previous regex allowed z29, for example.

Before

image

After

image

Merge request reports