[
https://issues.apache.org/jira/browse/TIKA-4542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18038393#comment-18038393
]
Hudson commented on TIKA-4542:
------------------------------
SUCCESS: Integrated in Jenkins build Tika ยป tika-branch_3x-jdk11 #2305 (See
[https://ci-builds.apache.org/job/Tika/job/tika-branch_3x-jdk11/2305/])
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/19c52f059bb5e4c31e84e5379a088349217e6b64])
* (edit)
tika-grpc/src/main/java/org/apache/tika/pipes/grpc/TikaGrpcServerImpl.java
* (edit) tika-grpc/src/main/java/org/apache/tika/pipes/grpc/TikaGrpcServer.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)