security.tmpl 1.4 KB

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