JackieTien97 opened a new pull request, #14365: URL: https://github.com/apache/iotdb/pull/14365
Previously, if one user has USE_UDF privilege, he can create any function from any uri address which may load some unsafe jar file into IoTDB process. So we add a trusted_uri_pattern parameter in config file which is a Java-style regex, only uri match that pattern can be used to create udf, trigger or pipePlugin. And that parameter defaultly is `file:.*` which only allows for files in local file system -- 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]
