[
https://issues.apache.org/jira/browse/TIKA-4542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18038389#comment-18038389
]
Hudson commented on TIKA-4542:
------------------------------
FAILURE: Integrated in Jenkins build Tika ยป tika-main-jdk17 #1035 (See
[https://ci-builds.apache.org/job/Tika/job/tika-main-jdk17/1035/])
TIKA-4542: replace File.createTempFile to Files.createTempFile to reduce the
read permission to local user, as suggested by Simon Steiner (tilman:
[https://github.com/apache/tika/commit/4e20ad4c0cc7b1e22efe0a3c5f34ad1bef751ea1])
* (edit) tika-grpc/src/main/java/org/apache/tika/pipes/grpc/TikaGrpcServer.java
* (edit)
tika-grpc/src/main/java/org/apache/tika/pipes/grpc/TikaGrpcServerImpl.java
> Reduce access rights to temp files
> ----------------------------------
>
> Key: TIKA-4542
> URL: https://issues.apache.org/jira/browse/TIKA-4542
> Project: Tika
> Issue Type: Improvement
> Affects Versions: 3.2.3
> Reporter: Tilman Hausherr
> Assignee: Tilman Hausherr
> Priority: Minor
> Fix For: 4.0.0, 3.3.0
>
>
> switch from File.createTempFile to Files.createTempFile to reduce the read
> permission to local user in /tmp as suggested by simon steiner in PDFBOX-6100
--
This message was sent by Atlassian Jira
(v8.20.10#820010)