Skip to content

Latest commit

 

History

History
91 lines (81 loc) · 4.22 KB

File metadata and controls

91 lines (81 loc) · 4.22 KB
layout home
title Home
description Find the OpenSSF projects that fit you. Browse by your role, by the problem you're solving, or by project.

Find the right OpenSSF projects that fit your situation

The OpenSSF ships {{ site.data.projects | size }} projects that secure open source software — but not all of them speak to every role or every problem. Start from whichever angle fits how you think.

Start from an angle

<a class="hero-route" href="#pick-a-persona">
  <span class="hero-route__head">
    <span class="hero-route__name">By role</span>
    <span class="hero-route__count">{{ site.data.personas | size }} personas</span>
  </span>
  <span class="hero-route__desc">Match the persona that fits your day job.</span>
  <i class="fa-solid fa-arrow-right hero-route__arrow" aria-hidden="true"></i>
</a>

<a class="hero-route" href="#browse-by-problem">
  <span class="hero-route__head">
    <span class="hero-route__name">By problem</span>
    <span class="hero-route__count">{{ site.data.problems | size }} problems</span>
  </span>
  <span class="hero-route__desc">Start from the security problem you're solving.</span>
  <i class="fa-solid fa-arrow-right hero-route__arrow" aria-hidden="true"></i>
</a>

<a class="hero-route" href="{{ '/projects/' | relative_url }}">
  <span class="hero-route__head">
    <span class="hero-route__name">By project</span>
    <span class="hero-route__count">{{ site.data.projects | size }} projects</span>
  </span>
  <span class="hero-route__desc">Jump straight to a project you already know.</span>
  <i class="fa-solid fa-arrow-right hero-route__arrow" aria-hidden="true"></i>
</a>

Browse by role

Pick the persona that matches your day job to see the projects written for you.

{% for p in site.data.personas %}

{{ p.short }}

{{ p.summary }}

See their project guide

{% endfor %}

Browse by problem

Know the problem you're trying to solve? Start there and see which projects help.

{% for pr in site.data.problems %}

{{ pr.short }}

{{ pr.summary }}

See the projects that help

{% endfor %}

Or browse every project

Already know the project? The project index lists all {{ site.data.projects | size }} and opens into the personas it serves, the problems it solves, and the projects it pairs well with.

Browse all {{ site.data.projects | size }} projects