Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates input validation for version format checking to support an optional build number component in addition to the standard semantic version format.
- Updated regex pattern to accept both X.Y.Z and X.Y.Z.BUILD version formats
- Modified error message to reflect the expanded accepted version formats
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
🤖 Pull Request summaryUpdates version validation regex to support optional 4th build number component. • Modified regex pattern to accept both X.Y.Z and X.Y.Z.BUILD formats Review focus: Verify the regex correctly handles edge cases and maintains security against injection attacks.
|



No description provided.