This section provides key resources that are particularly valuable when developing secure Python applications.
Official Python Documentation¶
Python Security Considerations
The official Python documentation that summarises important security considerations and known risks for modules in the Python Standard Library (PSL). Every serious Python SAST tool should align with these warnings.
Additional Recommended References¶
Simplify Python – References
A carefully curated, free, and openly licensed (CC-BY) collection of high-quality references for professional Python developers.
