diff options
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/config.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/config.rst b/doc/source/config.rst index 602b78d..cf24b10 100644 --- a/doc/source/config.rst +++ b/doc/source/config.rst | |||
| @@ -260,6 +260,9 @@ functions names are comma-separated. | |||
| 260 | sp.eval_blacklist.list("system,exec,shell_exec"); | 260 | sp.eval_blacklist.list("system,exec,shell_exec"); |
| 261 | sp.eval_whitelist.list("strlen,strcmp").simulation(); | 261 | sp.eval_whitelist.list("strlen,strcmp").simulation(); |
| 262 | 262 | ||
| 263 | The whitelist comes before the black one: if a function is both whitelisted and | ||
| 264 | blacklisted, it'll be allowed. | ||
| 265 | |||
| 263 | 266 | ||
| 264 | Virtual-patching | 267 | Virtual-patching |
| 265 | ---------------- | 268 | ---------------- |
