You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Yanbo Liang (JIRA)" <ji...@apache.org> on 2016/07/12 03:48:10 UTC

[jira] [Resolved] (SPARK-15440) Add CSRF Filter for REST APIs to Spark

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

Yanbo Liang resolved SPARK-15440.
---------------------------------
    Resolution: Won't Fix

> Add CSRF Filter for REST APIs to Spark
> --------------------------------------
>
>                 Key: SPARK-15440
>                 URL: https://issues.apache.org/jira/browse/SPARK-15440
>             Project: Spark
>          Issue Type: New Feature
>          Components: Deploy, Spark Core
>            Reporter: Yanbo Liang
>
> CSRF prevention for REST APIs can be provided through a common servlet filter. This filter would check for the existence of an custom HTTP header - such as X-XSRF-Header.
> The fact that CSRF attacks are entirely browser based means that the above approach can ensure that requests are coming from either: applications served by the same origin as the REST API or that there is explicit policy configuration that allows the setting of a header on XmlHttpRequest from another origin.
> We have done similar work for Hadoop (https://issues.apache.org/jira/browse/HADOOP-12691) and other components.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org