forked from juliansteenbakker/flutter_secure_storage
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/sync upstream #11
Merged
Merged
Conversation
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
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
When the keyring is cold (e.g. after restart without a login or after running `gnome-keyring-daemon --replace` on the command line), lookup using schemas would return null entries without prompting the user for their passwords. This is especially dangerrous in situations where the user wants to write an entry to the keyring. In such case, if there were previously stored secrets in the FlutterSecretStorage entry, those would be ignored and only the new entry would be stored. Effectively erasing all previously stored passwords. The issue is explained here: https://gitlab.gnome.org/GNOME/gnome-keyring/-/issues/89 However, the solution used in this commit is the one used in the chromium browser: http://crbug.com/660005
Bumps com.android.tools.build:gradle from 8.1.1 to 8.1.2. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps com.android.tools.build:gradle from 8.1.1 to 8.1.2. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…/flutter_secure_storage/example/android/com.android.tools.build-gradle-8.1.2 build(deps): bump com.android.tools.build:gradle from 8.1.1 to 8.1.2 in /flutter_secure_storage/example/android
…/flutter_secure_storage/android/com.android.tools.build-gradle-8.1.2 build(deps): bump com.android.tools.build:gradle from 8.1.1 to 8.1.2 in /flutter_secure_storage/android
…-patch-1 ci: upgrade java for test
…_actions/actions/checkout-4 build(deps): bump actions/checkout from 3 to 4
Linux fix: Search with schemas fails in cold keyrings
…races-on-android Fix native Android stacktraces in PlatformExceptions
…tinoProtectedDataAvailable
This reverts commit bdb5e55.
Co-authored-by: Benjamin Kampmann <[email protected]>
iOS Keychain - Use accessiblity option for all operations and throw PlatformException for SecErrors
…ertino-protected-data-availability Feature - Check availability of protected data on iOS and macOS
macOS Keychain - Use accessiblity option for all operations and throw PlatformException for SecErrors
updated IOSAccessibility (deprecated) to KeychainAccessibility
…ataAvailabilityChanged in flutter_secure_storage_web.dart
Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.10.0 to 2.12.0. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](subosito/flutter-action@v2.10.0...v2.12.0) --- updated-dependencies: - dependency-name: subosito/flutter-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…ed-data feat: add onCupertinoProtectedDataAvailabilityChanged in non breaking way
…-reading-non-shared Also set kSecUseDataProtectionKeychain on read for macos
Fix async race condition bug in storage operations
bug: Macos return nil
CORDEA
approved these changes
May 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.