-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix!(core/plugin): enforce sanity of params and phrase (#64)
* fix!(core/plugin): enforce sanity of params and phrase * fix!(core/plugin): simplify the regex It used be more complex and didn't cover the case where we used a param of `p-256`, because it expected it to be preceded by a letter. * test(core/plugin): add another case Simply throws tests and add another case that tests for 'p-256'-like params and phrases.
- Loading branch information
1 parent
143b174
commit 9a0ed9c
Showing
2 changed files
with
114 additions
and
105 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