Skip to content

Commit 195e711

Browse files
Update links in maven-hijack.html for paper, GitHub, and contact information (#72)
1 parent a652810 commit 195e711

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

maven-hijack.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ <h2 class="text-3xl font-bold text-center mb-12">Proof of Concept</h2>
104104
<div class="bg-white rounded-xl shadow-lg p-8">
105105
<div class="flex flex-col md:flex-row items-center gap-8">
106106
<div class="md:w-1/2">
107-
<img src="https://placehold.co/600x400/1e40af/white?text=Corona-Warn-App+Logo" alt="Corona-Warn-App" class="rounded-lg shadow-md">
107+
<img src="https://placehold.co/600x400/1e40af/white?text=Corona-Warn-App" alt="Corona-Warn-App" class="rounded-lg shadow-md">
108108
</div>
109109
<div class="md:w-1/2">
110110
<h3 class="text-2xl font-bold mb-4">Corona-Warn-App Compromise</h3>
@@ -218,9 +218,9 @@ <h4 class="font-bold text-purple-800 mb-3">Attack Feasibility</h4>
218218
<p class="mb-4">Research by Frank Reyes, Federico Bono, Aman Sharma, Benoit Baudry, and Martin Monperrus</p>
219219
<p class="text-sm opacity-75">KTH Royal Institute of Technology & Université de Montréal</p>
220220
<div class="mt-6">
221-
<a href="#" class="text-white hover:opacity-80 mx-2">Paper</a>
222-
<a href="https://github.com/chains-project/maven-class-hijack-poc/" class="text-white hover:opacity-80 mx-2">GitHub</a>
223-
<a href="#" class="text-white hover:opacity-80 mx-2">Contact</a>
221+
<a href="https://arxiv.org/pdf/2407.18760" target="_blank" rel="noopener" class="text-white hover:opacity-80 mx-2">Paper</a>
222+
<a href="https://github.com/chains-project/maven-class-hijack-poc/" target="_blank" rel="noopener" class="text-white hover:opacity-80 mx-2">GitHub</a>
223+
<a href="mailto:[email protected],[email protected],[email protected],[email protected],[email protected]" class="text-white hover:opacity-80 mx-2">Contact</a>
224224
</div>
225225
</div>
226226
</footer>

0 commit comments

Comments
 (0)