summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/config.rst3
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
263The whitelist comes before the black one: if a function is both whitelisted and
264blacklisted, it'll be allowed.
265
263 266
264Virtual-patching 267Virtual-patching
265---------------- 268----------------