Hello, fellow developers! There seems to be an insecure part of the Instagram API libraries, as it's using temp file/directory.
The codes look like this below:
docs_utils.py
DocsDataStore.set('filename', '/tmp/python_sdk_docs.nlsv')
What is the potential risk of this? Is there any way to improve?