NightOwl888 opened a new pull request, #734:
URL: https://github.com/apache/lucenenet/pull/734

   - `Lucene.Net.Support.IO.FileSupport::GetFileIOExceptionHResult()`: Avoid 
`Path.GetTempFileName()` because it is not secure. 
https://rules.sonarsource.com/csharp/RSPEC-5445
   - `Lucene.Net.Search.Suggest.Fst.ExternalRefSorter`: Changed temp path 
generation to use `FileSupport.CreateTempFile()` with named prefix and 
extension because it more closely matches Lucene and makes the files more 
easily identifiable.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@lucenenet.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to