chore(deps): bump SwiftNIO family to patched versions - #119
Merged
Conversation
…lve Dependabot alerts (http2 1.44.1 unreleased)
thisisabhash
approved these changes
Jun 12, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #119 +/- ##
=======================================
Coverage 51.75% 51.75%
=======================================
Files 50 50
Lines 2417 2417
=======================================
Hits 1251 1251
Misses 1166 1166
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
What
Bumps the transitive SwiftNIO-family dependencies pinned in
Package.resolvedto their patched versions, resolving open Dependabot security alerts.Why
These packages are pulled in transitively (via amplify-swift → aws-sdk-swift / smithy-swift). Bumping the umbrella dependency alone does not pull patched SwiftNIO versions (the resolver keeps the existing in-range pins), so the lockfile is updated directly. The change is confined to
Package.resolved— no source, manifest, or native code changes.Note on swift-nio-http2 (1.44.0 vs 1.44.1)
The Dependabot advisory GHSA-4px2-pw77-vc85 / CVE-2026-28898 lists the patched version as
1.44.1, but that tag has not been published by Apple —1.44.0is the latest release. Apple's official SwiftNIO security release identifies 1.44.0 as the fix ("SwiftNIO 2.100.0, SwiftNIO HTTP/2 1.44.0, SwiftNIO Extras 1.34.1"). This PR pins http2 to the genuinely-patched1.44.0. GitHub's low-severity alert may continue to show "open" until its advisory metadata is corrected or1.44.1ships, at which point it can be dismissed as already-fixed.Validation
swift package resolvesucceeds cleanly. No application or native code is touched.