cstate/affected/github/index.xml

15 lines
4.4 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><link rel="alternate" type="text/html" href="https://info.linuxserver.io"/><title>github on Info :: LinuxServer.io</title><link>https://info.linuxserver.io/affected/github/</link><description>History</description><generator>github.com/cstate</generator><language>en</language><lastBuildDate>2024-08-18T23:00:00+00:00</lastBuildDate><updated>2024-08-18T23:00:00+00:00</updated><atom:link href="https://info.linuxserver.io/affected/github/index.xml" rel="self" type="application/rss+xml"/><item><title>Git Commit Signing For Linuxserver CI</title><link>https://info.linuxserver.io/issues/2024-08-18-commit-signing/</link><pubDate>Sun, 18 Aug 2024 23:00:00 +0000</pubDate><guid>https://info.linuxserver.io/issues/2024-08-18-commit-signing/</guid><category/><description>Effective immediately we have started signing all of the git commits created by our CI account (I know, we should have done this a while ago but there were logistical issues that made it difficult). This means you can verify that all commits to our repos were, in fact, authored by us and that any commits to other random repos, were not. Most of the individuals who commit to our repos already sign their commits, but we&amp;rsquo;re working on getting everyone else into that position in the near future.</description><content type="html">&lt;p>Effective immediately we have started signing all of the git commits created by our CI account (I know, we should have done this a while ago but there were logistical issues that made it difficult). This means you can verify that all commits to our repos were, in fact, authored by us and that any commits to other random repos, were not. Most of the individuals who commit to our repos already sign their commits, but we&amp;rsquo;re working on getting everyone else into that position in the near future. If you&amp;rsquo;re contributing code via PR, we&amp;rsquo;d appreciate it if you could sign your commits too.&lt;/p>
&lt;p>Our public key is &lt;code>ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDHjFYCmz+jSuS/tXs/KTtnLlaZhXTzJ/6EM9Ra9hSZB&lt;/code> and the key signature is &lt;code>SHA256:fh11rWL5oCDRdg8ER4TS1r8mdK7lLmwPcJouqXZgNko&lt;/code>. The email associated with the commits is ci@&lt;!-- raw HTML omitted -->linuxserver&lt;!-- raw HTML omitted -->.io.&lt;/p>
&lt;p>In GitHub this can be seen as a Verified badge against the commit:&lt;/p>
&lt;p>&lt;img src="https://info.linuxserver.io/img/github-commit-signing.png" alt="GitHub Commit Signing">&lt;/p>
&lt;p>In GitLab it will similarly show a Verified badge against the commit. Unfortunately, because we use Gitlab as a mirror of GitHub it will show commits authored by GitHub on behalf of users - such as via the web UI - as Unverified:&lt;/p>
&lt;p>&lt;img src="https://info.linuxserver.io/img/gitlab-commit-signing.png" alt="Gitlab Commit Signing">&lt;/p>
&lt;p>And on the command line a &lt;code>git log --show-signature&lt;/code> will output signing data with each signed commit. Note that you will need to add our email and public key to your git allowedSignersFile for it to show as a Good signature:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-shell" data-lang="shell">&lt;span style="display:flex;">&lt;span>$ git log --show-signature
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>commit c76fe36fd9146817c3ec362a371e31f0f76e90c7 &lt;span style="color:#f92672">(&lt;/span>HEAD -&amp;gt; master, tag: 5.8.3.8933-ls233, origin/master, origin/HEAD&lt;span style="color:#f92672">)&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>Good &lt;span style="color:#e6db74">&amp;#34;git&amp;#34;&lt;/span> signature &lt;span style="color:#66d9ef">for&lt;/span> ci@linuxserver.io with ED25519 key SHA256:fh11rWL5oCDRdg8ER4TS1r8mdK7lLmwPcJouqXZgNko
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>Author: LinuxServer-CI &amp;lt;ci@linuxserver.io&amp;gt;
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>Date: Sun Aug &lt;span style="color:#ae81ff">18&lt;/span> 16:58:40 &lt;span style="color:#ae81ff">2024&lt;/span> +0000
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> Bot Updating Templated Files
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div></content></item></channel></rss>