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
Use sufficiently random names for temporary files to prevent attacks which can predict the name of the file. For example, a Guid or crypto generated random number.
Steps to reproduce
SharpZipLib/src/ICSharpCode.SharpZipLib/Tar/TarArchive.cs
Lines 823 to 831 in b7bc4e0
Expected behavior
Use sufficiently random names for temporary files to prevent attacks which can predict the name of the file. For example, a Guid or crypto generated random number.
Actual behavior
Security scan failure. #537
Version of SharpZipLib
1.3.1
Obtained from (only keep the relevant lines)
The text was updated successfully, but these errors were encountered: