Skip to content

Commit

Permalink
Add a Security page for NixOS including my GPG key
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Jan 4, 2017
1 parent c047a58 commit c3c3fa4
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -10,7 +10,7 @@ HTML = index.html news.html \
nix/index.html nix/about.html nix/download.html \
nixpkgs/index.html nixpkgs/download.html \
nixos/about.html nixos/download.html nixos/support.html nixos/community.html nixos/packages.html nixos/options.html \
nixos/screenshots.html nixos/foundation.html \
nixos/screenshots.html nixos/security.html nixos/foundation.html \
patchelf.html hydra/index.html \
disnix/index.html disnix/download.html disnix/docs.html \
disnix/extensions.html disnix/examples.html disnix/support.html \
Expand Down
1 change: 1 addition & 0 deletions layout.tt
Expand Up @@ -76,6 +76,7 @@
<li><a href="[%root%]nixos/packages.html">Packages</a></li>
<li><a href="[%root%]nixos/options.html">Options</a></li>
<li><a href="[%root%]nixos/community.html">Community</a></li>
<li><a href="[%root%]nixos/security.html">Security</a></li>
</ul>
<ul class="nav pull-right">
<!--
Expand Down
48 changes: 48 additions & 0 deletions nixos/security.tt
@@ -0,0 +1,48 @@
[% WRAPPER layout.tt title="NixOS Security" menu='nixos' %]
[% PROCESS common.tt %]

<h3>Security Announcements</h3>
<div class="row-fluid">
<p>There is a dedicated mailing list to keep track of security
releases. To subscribe either visit the <a
href="https://groups.google.com/forum/#!forum/nix-security-announce">nix-security-announce
Google Group</a> or send an email to <a
href="mailto:nix-security-announce+subscribe@googlegroups.com">nix-security-announce+subscribe@googlegroups.com</a>
with the subject "subscribe".</p>

<p>These announcements will be signed by a member of the NixOS
Security Team:</p>

<ul>
<li>
<p>Graham Christensen
<a href="mailto:graham@grahamc.com">graham@grahamc.com</a>
<br />
<strong>GPG Key:</strong><tt>
<a href="https://pgp.mit.edu/pks/lookup?op=get&amp;search=0xFE918C3A98C1030F">0xFE918C3A98C1030F</a>
</tt><br />
<strong>GPG Fingerprint:</strong>
<tt>BA94 FDF1 1DA4 0521 2864 C121 FE91 8C3A 98C1 030F</tt>
</p>
</li>
<li>
<p>Domen Kožar
<a href="mailto:domen@dev.si">domen@dev.si</a>
</p>
</li>
<li>
<p>Rob Vermaas
<a href="mailto:rob.vermaas@gmail.com">rob.vermaas@gmail.com</a>
</p>
</li>
</ul>
</div>

<h3>Security Disclosures</h3>
<div class="row-fluid">
<p>To privately report a security issue with NixOS, Nix, and its
ecosystem, please mail anyone (or everyone) on the NixOS Security
Team and we will ensure the issue is handled.</p>
</div>

[% END %]

0 comments on commit c3c3fa4

Please sign in to comment.