Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set rubygems_mfa_required in gemspec #1213

Merged
merged 1 commit into from
Nov 13, 2021

Conversation

dvandersluis
Copy link
Member

@dvandersluis dvandersluis commented Nov 12, 2021

Ruby gems now allows MFA to be required for pushes: https://guides.rubygems.org/mfa-requirement-opt-in/
This allows users to have confidence that the actual authors were responsible for updates (obviously that doesn't mean that it can't be a malicious update, but at least it's not from someone who got access to a pusher's account).

Follows rubocop/rubocop#10239. Update gemspec to require MFA for privileged operations.

@pirj pirj requested a review from bquorning November 12, 2021 20:49
@pirj
Copy link
Member

pirj commented Nov 12, 2021

@bquorning Good to go?

Copy link
Collaborator

@bquorning bquorning left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That’s great!

@bquorning bquorning merged commit 51b1fbf into rubocop:master Nov 13, 2021
@dvandersluis dvandersluis deleted the gemspec/require-mfa branch November 15, 2021 03:26
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.

3 participants