I am have completed my python 3 application, and it is using multiple public modules from PyPi.
However, before I deploy it to run within my company's enterprise which will be handling credentials of our customers and accessing 3rd party APIs, I need to do due diligence that they are both secure and safe.
What steps must I perform:
- Validate security of PyPi modules and safe to use, and it is important to note that the target Python 3 app will be handling credentials?
- What is the most recommended way validate PyPi modules' signature?
- Can PyPi module signature be trusted?
By the way, the Python 3 application will be running within a Docker container.
Thank you
Aucun commentaire:
Enregistrer un commentaire