]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: tree-wide: add missing TAINTED flags for some experimental directives
authorWilly Tarreau <w@1wt.eu>
Fri, 17 Oct 2025 15:57:40 +0000 (17:57 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 17 Oct 2025 17:00:21 +0000 (19:00 +0200)
commit80ed9f9dcf81842d23429149293ca06bcac50e2d
tree59ba175427c0ecbfbc9e23d8012d91d67a7dd0a6
parentd3881e61ac7e6a774b4b1a68585c2b113e40a9f0
MINOR: tree-wide: add missing TAINTED flags for some experimental directives

We normally taint the process when using experimental directives, but
a handful of places were missed so we don't always know that they are
in use. Let's fix these places (hint for future directives, just look
for places checking for "experimental_directives_allowed", and add
"mark_tainted(TAINTED_CONFIG_EXP_KW_DECLARED);").
src/acme.c
src/cfgparse-global.c
src/cfgparse-quic.c
src/cfgparse-ssl.c
src/server.c