From cceb32c507d40fad957b8c7c77171505c59267f5 Mon Sep 17 00:00:00 2001 From: Marton Kiss Date: Sun, 10 May 2015 20:56:31 +0200 Subject: [PATCH] Views module security upgrade Views - Critical - Cross Site Scripting (XSS) - SA-CONTRIB-2015-103 https://www.drupal.org/node/2480327 Upgrade views module to 3.11 Change-Id: I55f975053f0c03ba2e54b8d3a53e9d21903ec77e --- drupal-org.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drupal-org.make b/drupal-org.make index 6cdcf2c..6be203c 100644 --- a/drupal-org.make +++ b/drupal-org.make @@ -476,7 +476,7 @@ projects[variable][version] = "2.5" projects[views][type] = "module" projects[views][subdir] = "contrib" -projects[views][version] = "3.10" +projects[views][version] = "3.11" ; Update Views Content access filter per core performance improvements. ; https://drupal.org/comment/8516039#comment-8516039 @@ -678,4 +678,4 @@ libraries[feeds_jsonpath_parser][install_path] = profiles/groups libraries[chartjs][download][type] = "get" libraries[chartjs][type] = "libraries" libraries[chartjs][download][url] = "https://github.com/nnnick/Chart.js/archive/v1.0.1.tar.gz" -libraries[chartjs][destination] = "libraries" \ No newline at end of file +libraries[chartjs][destination] = "libraries"