Roundup Tracker - Issues

Message8237

Author rouilj
Recipients rouilj
Date 2024-12-30.00:12:36
Message-id <1735517556.96.0.202104970384.issue2551116@roundup.psfhosted.org>
In-reply-to
Code changes to use defusedxml to monkeypatch xmlrpc when installed.

Updated docs, tests.  Also added a warning log message if the xmlrpc
endpoint is called without the defusedxml module installed. Warning can
be disabled using an advanced configuration method.

CI testing does not install defusedxml, but does test with a possible
troublesome test case using xmlrpc. If defusedxml is installed on a system it
will test it for proper response to an xml bomb.

changeset:   8237:57325fea9982
History
Date User Action Args
2024-12-30 00:12:36rouiljsetmessageid: <1735517556.96.0.202104970384.issue2551116@roundup.psfhosted.org>
2024-12-30 00:12:36rouiljsetrecipients: + rouilj
2024-12-30 00:12:36rouiljlinkissue2551116 messages
2024-12-30 00:12:36rouiljcreate