-
Notifications
You must be signed in to change notification settings - Fork 385
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: correctly validate package/realm path (#1813)
The regex pattern used for package/realm path validation is incorrect. Currently, it allows paths with special characters and empty path parts, Fixed it. BREAKING CHANGE: - Special characters are disallowed - Cannot have trailing slash(s) - Cannot have empty path part - Cannot have solely `_`[underscore(s)] in path
- Loading branch information
Showing
2 changed files
with
150 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters