diff options
author | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2016-03-12 12:23:50 +0100 |
---|---|---|
committer | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2016-03-12 12:23:50 +0100 |
commit | 65759f3f85e142ab7ebe6fa016931ad59b020203 (patch) | |
tree | 9213d1a10282e1b53a78e0eaf9d435a1cd956cb1 /doc | |
parent | f6e3dab0a6c16f228de5a68078659f887f272f65 (diff) |
Doc: Mark perl_taintmode as .new….wen
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 4cc7b6ee9..c03a9bd1b 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -12982,13 +12982,16 @@ overriding the setting of &%perl_at_start%&. There is also a command line option &%-pd%& (for delay) which suppresses the initial startup, even if &%perl_at_start%& is set. +.new .ilist .oindex "&%perl_taintmode%&" +.cindex "Perl" "taintmode" To provide more security executing Perl code via the embedded Perl interpeter, the &%perl_taintmode%& option can be set. This enables the taint mode of the Perl interpreter. You are encouraged to set this option to a true value. To avoid breaking existing installations, it defaults to false. +.wen .section "Calling Perl subroutines" "SECID86" |