This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients christian.heimes, steve.dower
Date 2019-06-21.15:42:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561131749.05.0.996884755083.issue37363@roundup.psfhosted.org>
In-reply-to
Content
We should also (see whether we should) add audit hooks for the following modules:
* configparser
* crypt
* ensurepip
* ftplib
* glob
* http
* imaplib
* nntplib
* pdb
* poplib
* runpy
* shutil
* smtpd
* smtplib
* socketserver
* sqlite3
* telnetlib
* webbrowser
* xmlrpc

All of these seem likely to have interesting events (specifically, they can all be misused in scenarios where the impact would not be obvious without extra information).
History
Date User Action Args
2019-06-21 15:42:29steve.dowersetrecipients: + steve.dower, christian.heimes
2019-06-21 15:42:29steve.dowersetmessageid: <1561131749.05.0.996884755083.issue37363@roundup.psfhosted.org>
2019-06-21 15:42:29steve.dowerlinkissue37363 messages
2019-06-21 15:42:28steve.dowercreate