diff options
| author | jvoisin | 2018-08-28 10:53:47 +0200 |
|---|---|---|
| committer | jvoisin | 2018-08-28 10:53:47 +0200 |
| commit | eff2c658d37108020215f838d4c47c176ec3e050 (patch) | |
| tree | 8c50e5cc1675969f3a16b044ad50c227b6ee9d64 | |
| parent | 940fbc4071033a17d6846b6801309926f23406b3 (diff) | |
Document some features in our README
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -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 |
