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 file-like object used for uploaded attachments is never closed, which could be a security issue.
The object is opened and the data is read in testlinkapigeneric._openAttachmentForRead, but the file is never closed.