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

Require MFA for gem pushes #10239

Merged
merged 1 commit into from Nov 11, 2021
Merged

Require MFA for gem pushes #10239

merged 1 commit into from Nov 11, 2021

Conversation

dvandersluis
Copy link
Member

@dvandersluis dvandersluis commented Nov 11, 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).

I don't have push access but I hope all of us who do have MFA set up anyways (and if anyone doesn't it's easy to set up).

If this is acceptable, I'd like to create a cop to check for this as well.

@bbatsov bbatsov merged commit 92af748 into rubocop:master Nov 11, 2021
@bbatsov
Copy link
Collaborator

bbatsov commented Nov 11, 2021

Yes and yes! Thanks!

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.

None yet

2 participants