chore: kickoff release - #4256
Merged
Merged
Conversation
Bumps [faraday](https://github.com/lostisland/faraday) from 1.10.5 to 1.10.6. - [Release notes](https://github.com/lostisland/faraday/releases) - [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md) - [Commits](lostisland/faraday@v1.10.5...v1.10.6) --- updated-dependencies: - dependency-name: faraday dependency-version: 1.10.6 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…4246) --- updated-dependencies: - dependency-name: excon dependency-version: 1.5.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update fastlane from 2.235.0 to ~> 2.237 to relax the excon version constraint (< 1.0.0 -> < 2.0.0), allowing excon to be bumped from 0.112.0 to 1.5.0.
…tion (#4250) excludedCredentials comes from the ASAuthorizationWebBrowserPlatformPublicKeyCredentialRegistrationRequest protocol, which AuthenticationServices marks unavailable on visionOS, so any visionOS build of AWSCognitoAuthPlugin fails to compile. Guard the assignment with #if !os(visionOS). Fixes #4237
…Servers (#4252) The LocalServer test utilities built shell command strings by interpolating the request-body `deviceId` (and, for push, notification fields) and ran them via child_process.exec, which spawns /bin/sh. A crafted deviceId such as "booted; <cmd>" sent to the localhost endpoints achieved arbitrary shell command execution as the developer's user. Fixes both test servers (AuthWebAuthnApp and PushNotificationHostApp): - Replace exec() with execFile(), passing arguments as an array so no shell is invoked and user input is never interpreted as shell syntax. - /enroll: split the '&&'-chained command into two sequential execFile calls. - /notifications: write the APNS JSON payload to the process stdin instead of piping it through 'echo | ...' in a shell. - Add UUID/"booted" validation on deviceId as defense-in-depth. Impact is limited to developer workstations manually running these localhost-only test servers; no shipped SDK code is affected.
… 26 (URL signing + Sendable credentials) (#4248) * fix(predictions): fix SigV4 URL signing for iOS 26 and temporary credentials * fix(auth): make AWSCredentials Sendable (#4253) Co-authored-by: zhouzihao <zhouzihao@changzhi.top> --------- Co-authored-by: zhouzihao <nenseso@163.com> Co-authored-by: zhouzihao <zhouzihao@changzhi.top>
thisisabhash
approved these changes
Jul 27, 2026
thisisabhash
had a problem deploying
to
IntegrationTest
July 27, 2026 17:29 — with
GitHub Actions
Error
thisisabhash
temporarily deployed
to
IntegrationTest
July 27, 2026 17:29 — with
GitHub Actions
Inactive
thisisabhash
temporarily deployed
to
IntegrationTest
July 27, 2026 17:29 — with
GitHub Actions
Inactive
thisisabhash
temporarily deployed
to
IntegrationTest
July 27, 2026 17:29 — with
GitHub Actions
Inactive
This file contains hidden or 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
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.
kickoff release