summaryrefslogtreecommitdiff
path: root/doc/source/features.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/features.rst')
-rw-r--r--doc/source/features.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/source/features.rst b/doc/source/features.rst
index adb8779..517bbec 100644
--- a/doc/source/features.rst
+++ b/doc/source/features.rst
@@ -309,7 +309,11 @@ of dangerous functions, dropping them everywhere else:
309 :language: php 309 :language: php
310 310
311 311
312The intent is to make post-exploitation process (such as backdooring of legitimate code, or RAT usage) a lot harder for the attacker. 312The intent is to make post-exploitation process (such as backdooring of
313legitimate code, or RAT usage) a lot harder for the attacker.
314
315Note that an attacker able to run arbitrary PHP code can likely bypass some virtual-patching
316by (ab)using some PHP features.
313 317
314 318
315.. _global-strict-feature: 319.. _global-strict-feature: