-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (39 loc) · 2.42 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Suhosin PHP hardening project</title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
</head>
<body>
<div class="section hero">
<div class="container">
<img src="https://github.com/sektioneins/suhosin-ng/raw/master/logo/suhosin-ng-logo.svg" width="300px">
<h2>Suhosin-NG<br/>The next generation PHP hardening project</h2>
</div>
</div>
<div class="section">
<div class="container">
<h4>About Suhosin-NG</h4>
<p>Suhosin (pronounced 'su-ho-shin') is an advanced protection system for PHP installations. It is designed to protect servers and users from known and unknown flaws in PHP applications and the PHP core.</p>
<p>
Suhosin-NG is heavily based on improving the Snuffleupagus PHP extension.
</p>
<h4>Development Status (2021)</h4>
<p>Suhosin-NG is a work in progress. Even though there may be only few updates to our <a href="https://github.com/sektioneins/snuffleupagus">forked Snuffleupagus Github repository</a>, there is a lot going on behind the curtains.</p>
<p>For more updates, please check out our <a href="https://github.com/sektioneins/suhosin-ng/wiki/News">News Section</a> and our <a href="https://twitter.com/suhosin">Twitter Feed</a>.</p>
<h4>Old Suhosin resources</h4>
<p>Documentation regarding the old Suhosin for PHP 5 moved to <a href="https://suhosin5.suhosin.org/">suhosin5.suhosin.org</a>.</p>
<h4>Who is behind Suhosin-NG?</h4>
<p>The Susohin-NG project was initiated by <a href="https://sektioneins.de/en/">SektionEins GmbH</a>, an IT Security Company based in Bonn/Germany.</p>
<h4>Imprint and Privacy Statement</h4>
<p>suhosin.org and all subdomains adhere to our <a href="https://sektioneins.de/en/impressum.html">Imprint</a>. The actual page is hosted on Github Pages, which have their own <a href="https://docs.github.com/en/github/site-policy/github-privacy-statement">Privacy Statement</a>. No additional information other than described in Github's Privacy Statement is used in any way.
</div>
</div>
</body>
</html>