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 multi-factor authentication to push new releases to RubyGems #1443

Merged
merged 1 commit into from Jun 8, 2022

Commits on Jun 8, 2022

  1. Require multi-factor authentication to push new releases to RubyGems

    This updates our gemspec to opt in to enforce multi-factor
    authentication (MFA) whenever we want to push releases of the gem,
    yank releases or add or remove owners.
    
    This will increase the security of our users by making it more
    difficult for a bad actor to release a version of Octokit.rb.
    
    After this is merged, the change will take effect from the first
    new release.
    
    Fixes #1438.
    timrogers committed Jun 8, 2022
    Copy the full SHA
    a07fcca View commit details
    Browse the repository at this point in the history