1234567891011121314151617181920212223242526272829303132 |
- <div class="pages bg">
- {{template "base/head" .}}
- <div class="pages head">
- <p class="text">🛡 Gitote Security 🛡</p>
- </div>
- <div class="pages body">
- <center>
- <h1>Reporting Vulnerabilities to Gitote</h1>
- <img class="octopus" src="https://gitote-cdn.netlify.com/img/octopus.png">
- </center>
- <p class="pages-small">
- Found a vulnerability in our systems? Shoot us an email at <code class="code-content">me@yoginth.com</code>. You'll hear back
- from us within two weeks at the latest, and we'll let you know a few things:
- </p>
- <ul>
- <li class="pages-small">If it's been reported previously,</li>
- <li class="pages-small">Whether or not we think it's an issue,</li>
- <li class="pages-small">And if it's eligible for a reward.</li>
- </ul>
- <p style="font-weight:bold" class="pages-small">
- When submitting a report, we ask that you do NOT attempt any findings on a community member's article or
- comments as a courtesy to other members. Please create your own article and leave comments on your private
- draft. We use GoLang, and your report other parts of our technology stack. We kindly request your patience
- before submitting these issues. Not following these rules will void any reward.
- </p>
- </div>
- {{template "base/footer" .}}
- </div>
|