summaryrefslogtreecommitdiff
path: root/doc/source/faq.rst
diff options
context:
space:
mode:
authorBen Fuhrmannek2021-02-16 11:16:59 +0100
committerBen Fuhrmannek2021-02-16 11:16:59 +0100
commit5484bcb5eb2714e7438927e2566c86a74d7c51af (patch)
treeb78326d2999397be4c08e06b23209981f82a4ea9 /doc/source/faq.rst
parent7ac1e3866ef4f146c6c93a5ca13b9aebb14e936a (diff)
parentcecfdd808da67be908dbe7144cc8c74dfb3f855e (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'doc/source/faq.rst')
-rw-r--r--doc/source/faq.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/source/faq.rst b/doc/source/faq.rst
index 3c09409..bdfc7c1 100644
--- a/doc/source/faq.rst
+++ b/doc/source/faq.rst
@@ -39,14 +39,14 @@ we thought that using an elephant as a mascot would be a great idea.
39Who are you and why did you write Snuffleupagus? 39Who are you and why did you write Snuffleupagus?
40"""""""""""""""""""""""""""""""""""""""""""""""" 40""""""""""""""""""""""""""""""""""""""""""""""""
41 41
42We're working for `NBS System <https://nbs-system.com/en/>`__, 42The project started at `NBS System <https://nbs-system.com/en/>`__,
43a web hosting company (meaning that we're dealing with PHP code all day long), 43a web hosting company (meaning that we're dealing with PHP code all day long),
44with a strong focus on security. We do have several layers of hardening 44with a strong focus on security. We do have several layers of hardening
45(`kernel <https://grsecurity.net/>`_, `WAF <https://naxsi.org>`_, 45(`kernel <https://grsecurity.net/>`_, `WAF <https://naxsi.org>`_,
46`IDS <https://en.wikipedia.org/wiki/Intrusion_detection_system>`_, etc), 46`IDS <https://en.wikipedia.org/wiki/Intrusion_detection_system>`_, etc),
47but we had nothing for PHP7. 47but we had nothing for PHP7.
48 48
49Nowadays, Snuffleupagus is maintained by Julien (jvoisin) Voisin. 49Nowadays, Snuffleupagus is maintained by Julien (`jvoisin <https://dustri.org>`__) Voisin.
50 50
51 51
52Why not Suhosin? 52Why not Suhosin?
@@ -107,8 +107,8 @@ How mature is this project?
107""""""""""""""""""""""""""" 107"""""""""""""""""""""""""""
108 108
109This project has been floating around since early 2016 and we did the first commit 109This project has been floating around since early 2016 and we did the first commit
110the 28ᵗʰ of December of the same year. We're currently in an beta phase, 110the 28ᵗʰ of December of the same year. It's currently stable,
111finding and fixing as many bugs as possible before declaring it stable. 111and is usable and used in production.
112 112
113Are you saying that PHP isn't secure? 113Are you saying that PHP isn't secure?
114""""""""""""""""""""""""""""""""""""" 114"""""""""""""""""""""""""""""""""""""
@@ -187,8 +187,8 @@ Will Snuffleupagus run on my old PHP 5?
187""""""""""""""""""""""""""""""""""""""" 187"""""""""""""""""""""""""""""""""""""""
188No. 188No.
189 189
190Since PHP5 `will be deprecated at the end of 2018 <http://php.net/supported-versions.php>`_, 190Since PHP5 `is deprecated since the end of 2018 <http://php.net/supported-versions.php>`_,
191you should think about moving to PHP7 anyway. You can (and should) use 191you should think about moving to PHP7. You can (and should) use
192`Suhosin <https://suhosin.org>`_ in the meantime. 192`Suhosin <https://suhosin.org>`_ in the meantime.
193 193
194Help and support 194Help and support