You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
720 B
HTML
26 lines
720 B
HTML
<!doctype html>
|
|
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Security @ verdigado / Netzbegruenung</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>Resources</h1>
|
|
<ul>
|
|
<li>Contact: security@verdigado.com</li>
|
|
<li><a href="policy.txt">Security and Vulnerability Reporting Policy</a></li>
|
|
<li><a href="acknowledgements.html">Acknowledgements for reported vulnerabilities</a></li>
|
|
<li><a href="https://cert.netzbegruenung.de">Netzbegruenung CERT</a></li>
|
|
</div>
|
|
</body>
|
|
</html>
|