Skip to content

Commit

Permalink
Merged PR 30379: [Snyk] Security upgrade fastlane from 2.221.1 to 2.2…
Browse files Browse the repository at this point in the history
…22.0

![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123)

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

#### Snyk changed the following file(s):

- `Gemfile`
- `Gemfile.lock`

#### Vulnerabilities that will be fixed with an upgrade:

|  | Issue | Score |
:-------------------------:|:-------------------------|:-------------------------
![medium severity](https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/m.png 'medium severity') | Denial of Service (DoS) <br/>[SNYK-RUBY-REXML-7462086](https://snyk.io/vuln/SNYK-RUBY-REXML-7462086) | &nbsp;&nbsp;**551**&nbsp;&nbsp;

---

> [!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: <img src="https://api.segment.io/v1/pixel/track?data=eyJ3cml0ZUtleSI6InJyWmxZcEdHY2RyTHZsb0lYd0dUcVg4WkFRTnNCOUEwIiwiYW5vbnltb3VzSWQiOiJmYWIzM2M4YS02OGRkLTQ5YzgtYjRhYy0wMDEzNmQxMzE3MGEiLCJldmVudCI6IlBSIHZpZXdlZCIsInByb3BlcnRpZXMiOnsicHJJZCI6ImZhYjMzYzhhLTY4ZGQtNDljOC1iNGFjLTAwMTM2ZDEzMTcwYSJ9fQ==" width="0" height="0"/>
🧐 [View latest project report](https://app.snyk.io/org/frankfe-amsterdam/project/245efcec-19ed-4c20-99e3-ebd69c047dc3?utm_source&#x3D;azure-repos&amp;utm_medium&#x3D;referral&amp;page&#x3D;fix-pr)
📜 [Customise PR templates](https://docs.snyk.io/scan-using-snyk/pull-requests/snyk-fix-pull-or-merge-requests/customize-pr-templates)
🛠 [Adjust project settings](https://app.snyk.io/org/frankfe-amsterdam/project/245efcec-19ed-4c20-99e3-ebd69c047dc3?utm_source&#x3D;azure-repos&amp;utm_medium&#x3D;referral&amp;page&#x3D;fix-pr/settings)
📚 [Read about Snyk's upgrade logic](https://support.snyk.io/hc/en-us/articles/360003891078-Snyk-patches-to-fix-vulnerabilities)

---

**Learn how to fix vulnerabilities with free interactive lessons:**

🦉 [Denial of Service (DoS)](https://learn.snyk.io/lesson/redos/?loc&#x3D;fix-pr)
…
  • Loading branch information
frankfe-amsterdam authored and RikSchefferAmsterdam committed Jul 29, 2024
2 parents 0b3beb8 + f7ceb57 commit e3875c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

ruby "~> " + File.read(File.join(__dir__, ".ruby-version")).strip.split(".").first(2).join(".")

gem "fastlane", "2.221.1"
gem "fastlane", "2.222.0"

group :iosAppBuildDependencies do
# Cocoapods 1.15 introduced a bug which break the build. We will remove the upper
Expand Down
11 changes: 6 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ GEM
artifactory (3.0.17)
atomos (0.1.3)
aws-eventstream (1.3.0)
aws-partitions (1.957.0)
aws-partitions (1.958.0)
aws-sdk-core (3.201.3)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
Expand Down Expand Up @@ -109,15 +109,15 @@ GEM
faraday-httpclient (1.0.1)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (1.0.1)
faraday-net_http (1.0.2)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
faraday_middleware (1.2.0)
faraday (~> 1.0)
fastimage (2.3.1)
fastlane (2.221.1)
fastlane (2.222.0)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.8, < 3.0.0)
artifactory (~> 3.0)
Expand Down Expand Up @@ -277,17 +277,18 @@ GEM
PLATFORMS
arm64-darwin-22
arm64-darwin-23
ruby
x86_64-darwin-20
x86_64-darwin-22
x86_64-linux

DEPENDENCIES
activesupport (>= 6.1.7.5, < 7.1.0)
cocoapods (>= 1.13, < 1.15)
fastlane (= 2.221.1)
fastlane (= 2.222.0)

RUBY VERSION
ruby 3.1.4p223
ruby 2.7.8p225

BUNDLED WITH
2.4.16

0 comments on commit e3875c9

Please sign in to comment.