From 7153195586b49a1b5b73af0d08eceeb9c9eb12da Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Tue, 23 Mar 2021 09:18:02 +0100 Subject: [PATCH] [#1721] Updated doc --- src/lib/process/libprocess.dox | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib/process/libprocess.dox b/src/lib/process/libprocess.dox index 94d971c198..9a20a1cf6b 100644 --- a/src/lib/process/libprocess.dox +++ b/src/lib/process/libprocess.dox @@ -175,7 +175,9 @@ procedure: - take the grammar (bison input file with the .yy extension) - get the arcs between the start symbol and tokens handling sensitive data i.e. passwords and secrets - - give the set of keywords of these args to the redactConfig function + - get the arcs between the start symbol and tokens handling free JSON + values at the exception of user contexts e.g. hooks libraries parameters + - give the set of keywords of these arcs to the redactConfig function @section cplMTConsiderations Multi-Threading Consideration for Controllable Process Layer