This repository has been archived on 2026-06-16 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
2e0fc02f2c25a7cd14489457efe606a3dde01100
The regex `^\d+\.\d+\.\d+` was missing a `$` end anchor, allowing versions like `1.2.3.4` or `1.2.3extra` to pass validation. Fixed to `^\d+\.\d+\.\d+$` for strict X.Y.Z matching. Co-Authored-By: Paperclip <noreply@paperclip.ing>
Description
Languages
Shell
100%