Skip to content
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 128 commits into from
May 28, 2024
Merged

Feature/sync upstream #11

merged 128 commits into from
May 28, 2024

Conversation

ttorii20
Copy link

No description provided.

Mino5531 and others added 30 commits June 8, 2023 17:02
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
…_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
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]>
juliansteenbakker and others added 27 commits May 15, 2024 10:40
…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
@CORDEA CORDEA merged commit 58f6f7b into develop May 28, 2024
5 checks passed
@CORDEA CORDEA deleted the feature/syncUpstream branch May 28, 2024 01:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.