-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex.html
27 lines (24 loc) · 863 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
layout: default
title: Home
---
<p>We help maintain the following projects:</p>
<div class="row">
<div class="span4">
<h2><a href="https://github.com/rubysec/ruby-advisory-db" target="_blank">Ruby Advisory Database</a></h2>
<p>
The canonical, community-maintained, plain-text database of security vulnerability advisories affecting Ruby libraries and virtual machines.
</p>
<p>
Receive updates via atom or <a href="https://github.com/rubysec/ruby-advisory-db" target="_blank">browse the database</a>.
</p>
<p>
We are always looking for contributors.
</p>
</div>
<div class="span4">
<h2><a href="https://github.com/rubysec/bundler-audit" target="_blank">Bundler-Audit</a></h2>
<p>Free utility that audits your Gemfile.lock against the advisory database.</p>
</div>
{% include sidebar.html %}
</div>