]> git.ipfire.org Git - thirdparty/pdns.git/commit
Perform normalization of record data received in the REST API. 15994/head
authorMiod Vallat <miod.vallat@powerdns.com>
Wed, 20 Aug 2025 08:48:44 +0000 (10:48 +0200)
committerMiod Vallat <miod.vallat@powerdns.com>
Thu, 4 Sep 2025 13:45:44 +0000 (15:45 +0200)
commitf9d59a1afef30814b95aff4635ca84e49bb733d0
tree27f22e1db59909bb54d6086802effc36a03bb579
parent822ec98339078661e2510bd1237b441ed7e97208
Perform normalization of record data received in the REST API.

Data will now have its surrounding whitespace trimmed and will be
processed by a parseRFC1035CharString() loop, in order to perform
proper escape sequence expansion.

Fixes: #15990
Signed-off-by: Miod Vallat <miod.vallat@powerdns.com>
docs/upgrading.rst
pdns/ws-auth.cc
regression-tests.api/test_Zones.py