Skip to content

Gemfile: use HTTPS for the RubyGems source - #180

Merged
kenhys merged 1 commit into
fluent:masterfrom
Watson1978:use-https-for-rubygems-source
Aug 10, 2026
Merged

Gemfile: use HTTPS for the RubyGems source#180
kenhys merged 1 commit into
fluent:masterfrom
Watson1978:use-https-for-rubygems-source

Conversation

@Watson1978

Copy link
Copy Markdown
Contributor

The gem source was declared as http://rubygems.org, so bundle install fetched dependency metadata and gem archives over plaintext HTTP. That connection is neither encrypted nor authenticated, letting an on-path attacker substitute the index response and serve arbitrary gem code, which Bundler unpacks and loads on developer machines and in CI.

🤖 Generated with Claude Code

The gem source was declared as http://rubygems.org, so bundle install
fetched dependency metadata and gem archives over plaintext HTTP. That
connection is neither encrypted nor authenticated, letting an on-path
attacker substitute the index response and serve arbitrary gem code,
which Bundler unpacks and loads on developer machines and in CI.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Signed-off-by: Shizuo Fujita <fujita@clear-code.com>
@Watson1978
Watson1978 requested a review from kenhys August 10, 2026 08:47
@kenhys
kenhys merged commit d380e5f into fluent:master Aug 10, 2026
37 checks passed
@Watson1978
Watson1978 requested a review from kenhys August 10, 2026 08:49
@Watson1978
Watson1978 deleted the use-https-for-rubygems-source branch August 10, 2026 08:57
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