massx1 opened a new pull request, #1399: URL: https://github.com/apache/syncope/pull/1399
The blacklist already prevented creating `Path` instances through `java.nio.file.Paths.get(...)`, but `Path.of(...)` provides an equivalent API and was not covered. As a result, sandboxed Groovy code could still obtain a `Path` and use APIs such as `Files.readString(...)` or `Files.writeString(...)`. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
