-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(IT Wallet): [SIW-1880] Change attestation key access policy (#6539)
## Short description This PR includes some changes to align the app with some updates on two native libraries ([io-react-native-integrity](https://github.com/pagopa/io-react-native-integrity)) and ([io-react-native-secure-storage](https://github.com/pagopa/io-react-native-secure-storage)) ## List of changes proposed in this pull request - Aligned with native repos - Changed the `generateIntegrityHardwareKeyTag` using now a constant a random value generated with `uuid.v4()` ## How to test Try to obtain the WI on Android and iOS. On Android try to use the Face Unlock to unlock the device (Samsung if possible)
- Loading branch information
Showing
5 changed files
with
26 additions
and
28 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 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 |
---|---|---|
|
@@ -2259,10 +2259,10 @@ | |
dependencies: | ||
auto-changelog "^2.4.0" | ||
|
||
"@pagopa/io-react-native-integrity@^0.3.0": | ||
version "0.3.0" | ||
resolved "https://registry.yarnpkg.com/@pagopa/io-react-native-integrity/-/io-react-native-integrity-0.3.0.tgz#ec0808f308f0dc7b163febdbfa528819b1730c2d" | ||
integrity sha512-K9omm939IhhuKBopdtDsDLeh6k9XZPgf03WlHnuiFtxo2rdfAUlWj8Fq9njpyT0ovmwDfP12PtRYSDFzkYH5Lg== | ||
"@pagopa/io-react-native-integrity@^0.3.1": | ||
version "0.3.1" | ||
resolved "https://registry.yarnpkg.com/@pagopa/io-react-native-integrity/-/io-react-native-integrity-0.3.1.tgz#4dc23b221452b4101ea7a5bf35aedbe2e5a3a5fe" | ||
integrity sha512-ZQP58OSLSus8LbFRa8jHtGo2BoR2Jn8lY1SirhBCfk9qo2qLcwRwanZ5T/tzO9inFOaTxPCvPu7uMdSdi8uRUQ== | ||
|
||
"@pagopa/io-react-native-jwt@^1.3.0": | ||
version "1.3.0" | ||
|
@@ -2277,6 +2277,11 @@ | |
resolved "https://registry.yarnpkg.com/@pagopa/io-react-native-login-utils/-/io-react-native-login-utils-1.0.8.tgz#dc5911f756cbf9fa76529041c1422aaecd85c8b2" | ||
integrity sha512-gQY3Bkqtov0i9bZ3CV9ukPQYn9kOP6CaxUfbIyf1ZPOvXqAvDSqcbiM/Bdzkp3DneCrfvPMl9mkZ23af4Tu0fQ== | ||
|
||
"@pagopa/io-react-native-secure-storage@^0.2.0": | ||
version "0.2.0" | ||
resolved "https://registry.yarnpkg.com/@pagopa/io-react-native-secure-storage/-/io-react-native-secure-storage-0.2.0.tgz#386982f350fcefa7bf8dc56e26ff390a9c94db03" | ||
integrity sha512-nPdYOKa9DAMtmPanIOwyKzOJ6JpBINfLgOp3wzVT7pCOJPRo0FYHBwyt0nxrKufE42rz9z9Sh8K7Y0faB0kuMw== | ||
|
||
"@pagopa/io-react-native-wallet@^0.26.0": | ||
version "0.26.0" | ||
resolved "https://registry.yarnpkg.com/@pagopa/io-react-native-wallet/-/io-react-native-wallet-0.26.0.tgz#01ccf96e2be5e99643159322d5e21c8b89fb9ca7" | ||
|
@@ -8865,11 +8870,6 @@ invariant@*, [email protected], invariant@^2.2.2, invariant@^2.2.4: | |
dependencies: | ||
loose-envify "^1.0.0" | ||
|
||
io-react-native-secure-storage@^0.1.1: | ||
version "0.1.1" | ||
resolved "https://registry.yarnpkg.com/io-react-native-secure-storage/-/io-react-native-secure-storage-0.1.1.tgz#c1fb28125f6c9f8f1b7436198fab726f4ae790ef" | ||
integrity sha512-ceBQImvJoxGoyD5tDZ9E0SqDb/9CKPSR5XrMfDDBJ5topKDXCUkC9tiuEv/RYhOOzLbaLR7qvvkEtla5fcnHmg== | ||
|
||
io-ts@^2.2.16: | ||
version "2.2.20" | ||
resolved "https://registry.yarnpkg.com/io-ts/-/io-ts-2.2.20.tgz#be42b75f6668a2c44f706f72ee6e4c906777c7f5" | ||
|