security-hall-of-fame/acknowledgements.html

30 lines
754 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vulnerability Report Acknowledgements</title>
<style>
h1, h2, h3 {
text-align: center;
}
</style>
</head>
<body style="background-color: #fff;">
<div style="max-width: 600px; margin-left: auto; margin-right: auto;">
<h1>Acknowledgements / Hall of Fame</h1>
<h3>verdigado eG and Netzbegr&uuml;nung eV recognize the following security researchers for their vulnerability reports.</h3>
<ul>
<li>2021-11-26: anonymous, Wolke Information Disclosure</li>
<li>2020-12-04: Chabik Hatim &lt;chabikhatim@gmail.com&gt;, GCMS Cross Site Scripting</li>
</ul>
</div>
</body>
</html>