Skip to content

Gemspec hardening: require MFA for pushes, add metadata URIs #67

Description

@kanejamison

Problem

bunko.gemspec is missing supply-chain hardening metadata before the public RubyGems release.

Proposed solution

spec.metadata["rubygems_mfa_required"] = "true"
spec.metadata["source_code_uri"] = spec.homepage
spec.metadata["bug_tracker_uri"] = "#{spec.homepage}/issues"

Acceptance criteria

  • Pushing the gem requires MFA on rubygems.org.
  • Metadata URIs visible on the gem's rubygems page.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestsecuritySecurity related issues

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions