summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index b03eb74..3960db5 100644
--- a/README.md
+++ b/README.md
@@ -65,7 +65,8 @@ without having to touch the PHP code.
65* Hardening features 65* Hardening features
66 * Automatic `secure` and `samesite` flag for cookies 66 * Automatic `secure` and `samesite` flag for cookies
67 * Bundled set of rule to detect post-compromissions behaviours 67 * Bundled set of rule to detect post-compromissions behaviours
68 * Global [strict mode]( https://secure.php.net/manual/en/migration70.new-features.php#migration70.new-features.scalar-type-declarations) 68 * Global [strict mode]( https://secure.php.net/manual/en/migration70.new-features.php#migration70.new-features.scalar-type-declarations) and type-juggling prevention
69 * Whitelisting of [stream wrappers](https://secure.php.net/manual/en/intro.stream.php)
69 * Preventing writeable files execution 70 * Preventing writeable files execution
70 * Whitelist/blacklist for `eval` 71 * Whitelist/blacklist for `eval`
71 * Request dumping capability 72 * Request dumping capability