comparison doc/xmlrpc.txt @ 6370:45e8d10a9609

Update links in documentation Only broken link is for whoosh indexer. Have email to author to find out if it's dead or what URL I shoud use.
author John Rouillard <rouilj@ieee.org>
date Wed, 31 Mar 2021 18:56:08 -0400
parents 31bac6f2dd8b
children 24e2eeb2ed9a
comparison
equal deleted inserted replaced
6369:7ff93f1553db 6370:45e8d10a9609
66 66
67 security consideration 67 security consideration
68 ---------------------- 68 ----------------------
69 Both the standalone and embedded roundup XML endpoints used the 69 Both the standalone and embedded roundup XML endpoints used the
70 default python XML parser. This parser is know to have security 70 default python XML parser. This parser is know to have security
71 issues. For details see: https://pypi.python.org/pypi/defusedxml/. 71 issues. For details see: https://pypi.org/project/defusedxml/.
72 You may wish to use the rest interface which doesn't have the same 72 You may wish to use the rest interface which doesn't have the same
73 issues. Patches with tests to roundup to use defusedxml are welcome. 73 issues. Patches with tests to roundup to use defusedxml are welcome.
74 74
75 Note that the current ``roundup-xmlrpc-server`` implementation does 75 Note that the current ``roundup-xmlrpc-server`` implementation does
76 not support SSL. This means that usernames and passwords will be 76 not support SSL. This means that usernames and passwords will be

Roundup Issue Tracker: http://roundup-tracker.org/