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 anthonypjshaw
Recipients anthonypjshaw, docs@python
Date 2020-01-30.05:14:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580361272.17.0.099312904306.issue39498@roundup.psfhosted.org>
In-reply-to
Content
Within the documentation, there are some really important security considerations for standard library modules. e.g. subprocess, ssl, pickle, xml.

There is currently no "index" of these, so you have to go hunting for them. They're easter eggs within the docs. There isn't a unique admonition type either, so you have to search across many criteria.

In particular for security researchers, it would be useful to consolidate and signpost these security best-practices in one index.

PR to follow,
History
Date User Action Args
2020-01-30 05:14:32anthonypjshawsetrecipients: + anthonypjshaw, docs@python
2020-01-30 05:14:32anthonypjshawsetmessageid: <1580361272.17.0.099312904306.issue39498@roundup.psfhosted.org>
2020-01-30 05:14:32anthonypjshawlinkissue39498 messages
2020-01-30 05:14:31anthonypjshawcreate