You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by GitBox <gi...@apache.org> on 2022/10/31 21:44:40 UTC

[GitHub] [lucenenet] NightOwl888 opened a new pull request, #734: Path.GetFileName() Updates

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-unsubscribe@lucenenet.apache.org

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


[GitHub] [lucenenet] NightOwl888 merged pull request #734: Path.GetFileName() Updates

Posted by GitBox <gi...@apache.org>.
NightOwl888 merged PR #734:
URL: https://github.com/apache/lucenenet/pull/734


-- 
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-unsubscribe@lucenenet.apache.org

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