diff options
| author | jvoisin | 2018-01-10 17:38:24 +0100 |
|---|---|---|
| committer | jvoisin | 2018-01-10 17:38:24 +0100 |
| commit | 6f21bff1d40326f69bc3b75b1b83b03623180365 (patch) | |
| tree | 09cc459ca549693d69f35098046d8ad64f3cde91 /doc/source | |
| parent | 773c9b94c6978ccd41c5a46f0d03448fd0c039a7 (diff) | |
Rework the priority of bl/wl in eval
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 | ---------------- |
