This commit is contained in:
2026-03-29 00:03:04 +09:00
commit d8cce8499f
62 changed files with 27628 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{% extends "/base.html" %}
{% block title %}Thank you for Helping!{% endblock %}
{% block extra_title %}Vulnerability Reporters{% endblock %}
{% block header_desc %}These people found and pointed out security vulnerabilities in my system/service.{% endblock %}
{% block description %}People who found and pointed out security vulnerabilities in my system/service{% endblock %}
{% block content %}
<p class="text-small text-bold"><a href="/" class="text-no-decoration">← Home</a></p>
<h3>Thank you for Helping!</h3>
<p>These people found and pointed out security vulnerabilities in my system/service.</p>
<p>As I'm just a student, I occasionally overlook vulnerabilities while writing code.</p>
<p>These people pointed out the vulnerabilities, prompted me to fix them, and helped me avoid danger.</p>
<!--
<div id="1" class="block">
<h3>Arbitrary Code Execution (UNRESOLVED)</h3>
<p>If Nercone is asked by a specific individual to carry out an arbitrary command in exchange for a reward, and Nercone is in a state where it can execute that command, it will comply with the request.</p>
<p>This vulnerability is unfixable and therefore remains unpatched.</p>
<p class="text-bold">Scope of impact</p>
<p>Nercone's Life</p>
<p class="text-small text-bold">Reported by <a href="https://t3tra.dev/" class="text-no-decoration">t3tra</a>. Thank you very much! (but I cannot fix this issue... Sorry.)</p>
</div>
-->
{% endblock %}