You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The convert_uri() method in MarkItDown makes a requests.get() call with stream=True but no timeout. This means a request to a slow or malicious server can hang indefinitely, blocking the process.
The convert_uri() method in MarkItDown makes a requests.get() call with stream=True but no timeout. This means a request to a slow or malicious server can hang indefinitely, blocking the process.
I already have a fix :)
#1999