You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Robert Stupp (JIRA)" <ji...@apache.org> on 2015/05/15 21:23:00 UTC

[jira] [Updated] (CASSANDRA-9404) Add a flag in cassandra.yaml to enable UDFs

     [ https://issues.apache.org/jira/browse/CASSANDRA-9404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Stupp updated CASSANDRA-9404:
------------------------------------
    Attachment: 9404.txt

Patch adds {{udf_enable}} option:

The option is checked on {{CREATE FUNCTION}}, in {{UDFunction.execute}} and when loading a UDF from a schema table. Last one to prevent execution of code in a static initializer.

> Add a flag in cassandra.yaml to enable UDFs
> -------------------------------------------
>
>                 Key: CASSANDRA-9404
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9404
>             Project: Cassandra
>          Issue Type: Task
>            Reporter: Robert Stupp
>            Assignee: Robert Stupp
>            Priority: Critical
>             Fix For: 2.2 beta 1
>
>         Attachments: 9404.txt
>
>
> As discussed on IRC, 2.2 beta 1 will get a flag in {{cassandra.yaml}} to enable UDFs.
> UDFs are disabled by default to prevent security risks by allowing to execute arbitrary code.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)