fix(all): Bump excon to 1.5.0 to address GHSA-48rx-c7pg-q66r - #325
Merged
Merged
Conversation
Update fastlane from 2.235.0 to 2.237.0 to allow excon >= 1.0.0, then bump excon from 0.112.0 to 1.5.0 via bundler.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #325 +/- ##
==========================================
- Coverage 37.22% 37.20% -0.02%
==========================================
Files 123 123
Lines 5013 5013
Branches 705 705
==========================================
- Hits 1866 1865 -1
Misses 2955 2955
- Partials 192 193 +1 🚀 New features to boost your workflow:
|
harsh62
approved these changes
Jul 13, 2026
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.
Issue #, if available:
Dependabot alert: https://github.com/aws-amplify/amplify-ui-android/security/dependabot/14
Description of changes:
Bumps the
excongem from 0.112.0 to 1.5.0 to fix GHSA-48rx-c7pg-q66r (moderate severity).The vulnerability affects excon versions < 1.5.0. Since fastlane 2.235.0 constrained excon to
< 1.0.0, this PR also updates fastlane from 2.235.0 to 2.237.0 (which relaxes the constraint to< 2.0.0), allowing bundler to resolve excon 1.5.0.Changes are scoped to
scripts/Gemfileandscripts/Gemfile.lockonly.How did you test these changes?
bundle checkpasses with the updated lockfilebundle update excon fastlaneresolved cleanly via bundler (no manual lockfile edits)Documentation update required?
General Checklist
fix(liveness): message,fix(authenticator): message,fix(all): message)By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.