Mercurial > p > roundup > code
view demo.py @ 6026:e2b70d43d0fc
Document issues with xmlrpc security of python built in libraries
Added note to changes with better description and link to defusedxml
in the xmlrpc doc.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 03 Jan 2020 19:22:54 -0500 |
| parents | 110ac45875ab |
| children | 7f0bc46aee67 |
line wrap: on
line source
#!/usr/bin/env python import sys import roundup from roundup.demo import main sys.exit(main())
