Skip to content

Conversation

@snyk-io
Copy link

@snyk-io snyk-io bot commented Oct 10, 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
medium severity Information Exposure
SNYK-RUBY-RACK-13524628
  50  

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:

🦉 Learn about vulnerability in an interactive lesson of Snyk Learn.

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

snyk-io bot commented Oct 10, 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 3 months ago

The best way to fix this problem is to change the protocol in the gem source URL on line 11 of the Gemfile from HTTP to HTTPS. Specifically, the URL passed to the source key of the gem method should be changed from "http://gems.salesloft.com" to "https://gems.salesloft.com".
This change should be made only on line 11 of the Gemfile, and no other edits or imports are necessary.


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