summaryrefslogtreecommitdiff
path: root/config/default_php8.rules
diff options
context:
space:
mode:
authorChristian Göttsche2024-05-27 22:48:49 +0200
committerjvoisin2024-06-09 17:16:29 +0200
commitb41dcf2947bbcfca0152d06684b1caac2586a0b6 (patch)
tree03c3286d91881de871c78debf73ad36231dad774 /config/default_php8.rules
parentea08ba005b7a3a3de379fec3c173fa9c21d81fa7 (diff)
Wording updates
Diffstat (limited to 'config/default_php8.rules')
-rw-r--r--config/default_php8.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/default_php8.rules b/config/default_php8.rules
index 096f033..a6edfbe 100644
--- a/config/default_php8.rules
+++ b/config/default_php8.rules
@@ -26,7 +26,7 @@ sp.xxe_protection.enable();
26# PHP has a lot of wrappers, most of them aren't usually useful, you should 26# PHP has a lot of wrappers, most of them aren't usually useful, you should
27# only enable the ones you're using. 27# only enable the ones you're using.
28# sp.wrappers_whitelist.list("file,php,phar"); 28# sp.wrappers_whitelist.list("file,php,phar");
29# The "php" wrapper can be further filtered 29# The "php" wrapper can be further filtered, e.g. to only allow `php://stdout`, `php://stdin` and `php://stderr`:
30# sp.wrappers_whitelist.php_list("stdout,stdin,stderr"); 30# sp.wrappers_whitelist.php_list("stdout,stdin,stderr");
31 31
32# Prevent sloppy comparisons. 32# Prevent sloppy comparisons.