Skip to content

[Snyk] Security upgrade fastlane from 2.212.0 to 2.240.0 - #4

Open
Murali-PAR wants to merge 1 commit into
masterfrom
snyk-fix-f4fe4b296ca2bc8b9da9a83024a5167a
Open

Murali-PAR wants to merge 1 commit into
masterfrom
snyk-fix-f4fe4b296ca2bc8b9da9a83024a5167a

Conversation

@Murali-PAR

Copy link
Copy Markdown

snyk-top-banner

Snyk has created this PR to fix 1 vulnerabilities in the rubygems dependencies of this project.

Snyk changed the following file(s):

  • Gemfile
⚠️ Warning
Failed to update the Gemfile.lock, please update manually before merging.

Vulnerabilities that will be fixed with an upgrade:

Issue Score
high severity Directory Traversal
SNYK-RUBY-RUBYZIP-19666145
  721  

Breaking Change Risk

Merge Risk: Medium

Notice: This assessment is enhanced by AI.


Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Directory Traversal

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-RUBYZIP-19666145
@Murali-PAR

Copy link
Copy Markdown
Author

Merge Risk: Medium

This upgrade of fastlane from version 2.212.0 to 2.240.0 introduces several notable changes, including a required Ruby version update and modifications to testing output formats.

Key Changes:

  • Ruby Version Requirement: Starting with version 2.237.0, fastlane requires a minimum Ruby version of 3.1, dropping support for Ruby 3.0. This is an environmental breaking change that may require you to update your CI/CD environment.
  • xcpretty Dependency Removed: The xcpretty dependency has been removed in favor of xcbeautify as an optional formatter. The scan action no longer relies on xcpretty for generating JUnit reports. If your CI pipeline parses xcpretty output, you may need to adjust your test processing steps.
  • trainer Plugin Integrated: The trainer plugin is now integrated into fastlane core. If you are using fastlane-plugin-trainer, you must remove it from your Gemfile or Pluginfile to avoid migration errors.
  • API Migration for deliver: The deliver action was migrated to a new App Store Connect API for submissions as the previous API was deprecated. While this is handled internally, it's a significant underlying change.

Recommendation:

Before merging, verify that your build environment uses Ruby 3.1 or newer. Review any CI jobs that depend on test output from the scan action to ensure they are compatible with the new format or configured to use xcbeautify if needed. Remove the standalone fastlane-plugin-trainer if it is in use.

Source: GitHub Releases

Notice 🤖: This content was augmented using artificial intelligence. AI-generated content may contain errors and should be reviewed for accuracy before use.

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.

2 participants