Skip to content

Conversation

snyk-io[bot]
Copy link

@snyk-io snyk-io bot commented Oct 13, 2025

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 Allocation of Resources Without Limits or Throttling
SNYK-RUBY-RACK-13535097
  125  

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:

🦉 Allocation of Resources Without Limits or Throttling

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-RACK-13535097
Copy link
Author

snyk-io bot commented Oct 13, 2025

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Licenses 0 0 0 0 0 issues
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

gem 'dotenv-rails'

gem 'omniauth-salesloft', source: "http://gems.salesloft.com"
gem 'omniauth-salesloft', '>= 1.0.0', source: "http://gems.salesloft.com"

Check failure

Code scanning / CodeQL

Dependency download using unencrypted communication channel High

Dependency source URL uses the unencrypted protocol HTTP. Use HTTPS instead.

Copilot Autofix

AI 2 days ago

To fix the problem, we must change the gem source protocol on line 11 from HTTP to HTTPS. This change should be made directly in the Gemfile, specifically in the gem declaration for omniauth-salesloft. Change source: "http://gems.salesloft.com" to source: "https://gems.salesloft.com". No changes to other imports, methods, or definitions are required for this fix.

Suggested changeset 1
Gemfile

Autofix patch

Autofix patch
Run the following command in your local git repository to apply this patch
cat << 'EOF' | git apply
diff --git a/Gemfile b/Gemfile
--- a/Gemfile
+++ b/Gemfile
@@ -8,7 +8,7 @@
 
 gem 'dotenv-rails'
 
-gem 'omniauth-salesloft', '>= 1.0.0', source: "http://gems.salesloft.com"
+gem 'omniauth-salesloft', '>= 1.0.0', source: "https://gems.salesloft.com"
 
 group :development do
   gem 'sqlite3'
EOF
@@ -8,7 +8,7 @@

gem 'dotenv-rails'

gem 'omniauth-salesloft', '>= 1.0.0', source: "http://gems.salesloft.com"
gem 'omniauth-salesloft', '>= 1.0.0', source: "https://gems.salesloft.com"

group :development do
gem 'sqlite3'
Copilot is powered by AI and may make mistakes. Always verify output.
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.

0 participants