summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorjvoisin2020-12-31 17:56:14 +0100
committerjvoisin2020-12-31 17:56:14 +0100
commit7ae8050c4da5e6593458efa91c9b474681ba7d24 (patch)
tree6693add2328cc90bcfdf88e8c20a90aa4e4bcd3e /doc/source
parentf3d652b6b549132b03cd397477ba34990d0ef380 (diff)
Linkify a bit the faq
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/faq.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/faq.rst b/doc/source/faq.rst
index be2c756..ff0aa09 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?