[python-committers] IMPORTANT: Missing Email Addresses for Governance Election Voter Roll

Victor Stinner vstinner at redhat.com
Tue Nov 6 08:19:37 EST 2018


I'm not sure about Roundup. In the web UI, the email address is
partially hidden for me. I'm not a Roundup Admin.

Le mar. 6 nov. 2018 à 13:24, Donald Stufft <donald at stufft.io> a écrit :
> If roundup has an API, feel free to submit a PR to generate-voter-roll.py in that same repository to have it pull from bugs.p.o as well. I already knew GitHub’s API so it was easy to spend 15 minutes tossing something together that would work. Clicking on the “tracker documentation” link doesn’t mention an API at all.

I wrote a few lines to access to XML-RPC API of Roundup to generate
this list of vulnerabilities:
https://github.com/vstinner/python-security/blob/ad333b301fbc5ef3a954ed7c67affc48241a7a8f/render_doc.py#L393-L411

You probably want the server.display('user%s' % msg['author'],
'username', 'realname') part. I didn't check if I can use it to access
the email address.

FYI the result is this website:
http://python-security.readthedocs.io/vulnerabilities.html

Victor


More information about the python-committers mailing list