2016-11-26 05:14:03 -05:00
|
|
|
---
|
2019-05-26 21:04:23 -04:00
|
|
|
layout: doc
|
2016-11-26 05:14:03 -05:00
|
|
|
title: Canaries
|
2017-03-18 22:31:12 -04:00
|
|
|
permalink: /security/canaries/
|
|
|
|
redirect_from: /doc/canaries/
|
2016-11-26 05:14:03 -05:00
|
|
|
---
|
|
|
|
|
|
|
|
Qubes Canaries
|
|
|
|
==============
|
|
|
|
|
2017-03-18 22:31:12 -04:00
|
|
|
Qubes Canaries are published through the [Qubes Security Pack](/security/pack/).
|
2016-11-26 05:14:03 -05:00
|
|
|
|
2019-02-23 01:00:37 -05:00
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<th title="Anchor Link"><span class="fa fa-link"></span></th>
|
|
|
|
<th>Date</th>
|
|
|
|
<th>Qubes Canary</th>
|
|
|
|
</tr>
|
|
|
|
{% for canary in site.data.canary reversed %}
|
|
|
|
<tr id="{{ canary.canary }}">
|
|
|
|
<td><a href="#{{ canary.canary }}" class="fa fa-link black-icon" title="Anchor link to Qubes Canary row: Qubes Canary #{{ canary.canary }}"></a></td>
|
|
|
|
<td>{{ canary.date }}</td>
|
|
|
|
<td><a href="https://github.com/QubesOS/qubes-secpack/blob/master/canaries/canary-{{ canary.canary }}-{{ canary.date | date: '%Y' }}.txt">Qubes Canary #{{ canary.canary }}</a></td>
|
|
|
|
</tr>
|
|
|
|
{% endfor %}
|
|
|
|
</table>
|
2019-02-01 22:04:31 -05:00
|
|
|
|