From 6f21bff1d40326f69bc3b75b1b83b03623180365 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 10 Jan 2018 17:38:24 +0100 Subject: Rework the priority of bl/wl in eval --- doc/source/config.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/source') 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. sp.eval_blacklist.list("system,exec,shell_exec"); sp.eval_whitelist.list("strlen,strcmp").simulation(); +The whitelist comes before the black one: if a function is both whitelisted and +blacklisted, it'll be allowed. + Virtual-patching ---------------- -- cgit v1.3