-
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/4.7.x-merge-up-into-5.0.x_fQvGtR…
…tS' into 5.0.x
- Loading branch information
Showing
221 changed files
with
3,577 additions
and
2,443 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
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 was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ yarn.lock | |
yarn-error.log | ||
/composer.lock | ||
/vendor | ||
/.phpunit.cache/ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
[files] | ||
extend-exclude = [ | ||
"tests/metadataServices/", | ||
"tests/blob.jwt" | ||
] | ||
[default] | ||
extend-ignore-re = [ | ||
"'\\{\"id\":\".+\\}';", | ||
"'\\[\\{\".+\"\\}\\]';", | ||
"'\\{\".+\"\\}';", | ||
"'\\{\".+\\}'", | ||
"'eHouz_Zi7-BmByHjJ_[A-Za-z0-9_-]+'", | ||
"\"attestationObject\": \"[A-Za-z0-9_-]+\",", | ||
"'mMihuIx9Luks[A-Za-z0-9_-]+'", | ||
"\"Exemple FIDO2 authenticator de FIDO Alliance\"" | ||
] | ||
[default.extend-words] | ||
cose = "cose" | ||
[default.extend-identifiers] | ||
"baDesc" = "baDesc" | ||
"getBaDesc" = "getBaDesc" |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Versioning and Release | ||
|
||
This document describes the versioning and release process of the Webauthn Framework. | ||
This document is a living document, contents will be updated according to each release. | ||
|
||
## Releases | ||
|
||
Webauthn Framework releases will be versioned using dotted triples, similar to [Semantic Version](http://semver.org/). | ||
For this specific document, we will refer to the respective components of this triple as `<major>.<minor>.<patch>`. | ||
The version number may have additional information, such as "-rc1,-rc2,-rc3" to mark release candidate builds for earlier access. | ||
Such releases will be considered as "pre-releases". | ||
|
||
## Minor Release Support Matrix | ||
|
||
| Version | Supported | | ||
| ------- | ------------------ | | ||
| 4.7.x | :white_check_mark: | | ||
| 4.6.x | :white_check_mark: | | ||
| 4.5.x | :white_check_mark: | | ||
| 3.3.x | :white_check_mark: | | ||
| < 3.3.x | :x: | |
Oops, something went wrong.