Commit 0ceef11
authored
Require MFA for gem pushes (#3028)
This adds the `rubygems_mfa_required` metadata to the gemspec,
requiring multi-factor authentication for privileged operations
on RubyGems.org.
This is a protection against supply chain attacks like the recent
NPM Axios compromise: https://socket.dev/blog/axios-npm-package-compromised
Reference: https://guides.rubygems.org/mfa-requirement-opt-in/1 parent b8d4885 commit 0ceef11
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
14 | 18 | | |
15 | 19 | | |
16 | 20 | | |
| |||
0 commit comments