-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsecurity.html
79 lines (79 loc) · 4.27 KB
/
security.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html>
<head>
<title>Responsible Disclosure</title>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" type="text/css" href="assets/css/icono.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/simple-grid.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/luxbar.css">
<link rel="stylesheet" type="text/css" href="assets/css/default.css">
</head>
<body>
<header id="luxbar" class="luxbar-fixed">
<input type="checkbox" class="luxbar-checkbox" id="luxbar-checkbox"/>
<div class="luxbar-menu luxbar-menu-right luxbar-menu-material-bluegrey">
<ul class="luxbar-navigation">
<li class="luxbar-header">
<a href="index.html" class="luxbar-brand">KernelProgrammer</a>
<label class="luxbar-hamburger luxbar-hamburger-doublespin"
id="luxbar-hamburger" for="luxbar-checkbox"> <span></span> </label>
</li>
<li class="luxbar-item"><a href="index.html">Home</a></li>
<li class="luxbar-item"><a href="blog.html">Blog</a></li>
<li class="luxbar-item"><a href="projects.html">Projects</a></li>
<li class="luxbar-item"><a href="downloads.html">Downloads</a></li>
<li class="luxbar-item"><a href="contact.html">Contact</a></li>
</ul>
</div>
</header>
<main class="container">
<section class="row">
<article class="col-md-4">
<br/>
<h1>Responsible disclosure</h1>
<p>
One finding vulnerabilities should report the vulnerabilities following the most reasonable ethics responsible disclosure.<br/>
<strong>Vulnerabilities will be patched within 90 days and one should only disclose them to security [at] kernelprogrammer [dot] com within this period of 90 days.</strong><br/>
After 90 days publications about the findings are permitted.<br/>
In case of an unresponsible and untethical breach of any of the systems related to this domain legal steps may be taken.<br/>
When reporting vulnerabilities as explained above an exception will be made and the reporter will be thanked.<br/>
</p>
<!--<ul style="list-style-type: none;padding:0;margin:0;text-align: center;">
Conform the GDPR (AVG) privacy law you are hereby informed with the privacy policy of this website.<br/>
</ul>
<p>This site is:</p>
<p>
<ul>
<li>Tor Friendly</li>
<li>Not using javascript</li>
<li>Not using PHP</li>
<li>Not collecting information other than you explicitly provide</li>
<li>Not using tracking or fingerprinting algorithms</li>
<li>Not collecting analytics</li>
<li>Encrypting passwords via bcrypt</li>
<li>Deleting provided data after five years unless granted other permission</li>
<li>Updating the privacy policy here in this window</li>
</ul>
<br/>
</p>
<ul style="list-style-type: none;padding:0;margin:0;text-align: center;">
<li>
By clicking anywhere in this window you agree to and confirm to have read the above stated privacy policy.
</li>
</ul>-->
</article>
</section>
</main>
<footer>
<section>
<ul>
<li><a href="privacypolicy.html">Privacy</a></li>
<li><a href="terms-of-service.html">Terms of Service</a></li>
<li><a href="security.html">Security</a></li>
</ul>
</section>
</footer>
</body>
</html>