You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
844 B
30 lines
844 B
<!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ünung eV recognize the following security researchers for their vulnerability reports.</h3> |
|
|
|
<ul> |
|
<li>2021-12-02: Mayank Mukhi <mnkmukhi@gmail.com>, Information Disclosure</li> |
|
<li>2021-11-26: Madras, Information Disclosure (Wolke)</li> |
|
<li>2020-12-04: Chabik Hatim <chabikhatim@gmail.com>, Cross Site Scripting (GCMS)</li> |
|
</ul> |
|
|
|
</div> |
|
</body> |
|
</html> |
|
|
|
|