St.file_uploader safe for external use?

I am creating a demo app for a computer vision model using streamlit. Since I wanted to give users the option of uploading their own images, I was wondering the extent to which doing so would be safe from the server’s standpoint. Does st.file_uploader take any safety precaution against injection attacks ?

Hi @agporto, welcome to the Streamlit community!

If you are doing something where you need to be concerned with people attacking your instance, I would suggest consulting with an appropriately licensed security firm who can access your needs.

Best,
Randy

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.