wg-securing-software-repos VS rfcs

Compare wg-securing-software-repos vs rfcs and see what are their differences.

wg-securing-software-repos

OpenSSF Working Group on Securing Software Repositories (by ossf)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
WorkOS - The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com
featured
wg-securing-software-repos rfcs
2 1
78 6
- -
6.8 0.0
17 days ago about 2 years ago
GNU General Public License v3.0 or later -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

wg-securing-software-repos

Posts with mentions or reviews of wg-securing-software-repos. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-13.
  • Making popular Ruby packages more secure
    6 projects | news.ycombinator.com | 13 Jun 2022
    RubyGems does have gem signing, but it's not widely used.

    There's a proposal for a new "one button" approach using sigstore[0].

    Other ecosystems are also looking at sigstore too, and a lot of us are cooperating in the OpenSSF Securing Software Repos WG [1]. Package signing is a regular topic of discussion and there are various efforts underway.

    Disclosure: I am involved with both of these.

    [0] https://github.com/rubygems/rubygems.org/pull/2944

    [1] https://github.com/ossf/wg-securing-software-repos

  • Unauthorized gem takeover for some gems
    7 projects | news.ycombinator.com | 7 May 2022
    In particular, check out the Securing Software Repos WG: https://github.com/ossf/wg-securing-software-repos

    So far folks have turned up from RubyGems, PyPI, NPM, Maven Central, Drupal and I'm probably forgotten someone.

rfcs

Posts with mentions or reviews of rfcs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-07.
  • Unauthorized gem takeover for some gems
    7 projects | news.ycombinator.com | 7 May 2022
    Point 2 (Rubygems does not support package signing) is not true.

    Rubygems has supported package signing (`gem help cert`) since very early on, and it has an install flag `--trust-policy` which can be used to verify various things, including certs (https://github.com/rubygems/rubygems/blob/96e5cff3df491c4d94...).

    The experience in using it, however, sucks on every level. No one can really use the `High Security` policy level, because most gems aren’t signed. Most gems aren’t signed because there’s no clear benefit and it’s non-trivial to have shared certificates that can be used by multiple people authorized to release a particular gem. Most gems aren’t signed because there’s nowhere that public gem certs are published (there used to be with rubyforge), and you have to track down each cert you want to verify and download it separately.

    I used to sign my gems, but then stopped.

    Shopify has proposed a new RFC for signing gems based on sigstore. This RFC has many of the same points that I have already made as a reason for changing mechanisms. https://github.com/Shopify/rfcs/blob/new-signing-mechanism/t...

    I’ve just discovered this, so I haven’t really evaluated it, but I would prefer to sign the gems I publish.

What are some alternatives?

When comparing wg-securing-software-repos and rfcs you can also consider the following projects:

RubyGems - The Ruby community's gem hosting service.

gem-compare - A RubyGems plugin that compares versions of the given gem

warehouse - The Python Package Index

rfcs - RubyGems + Bundler RFCs