From c0011352162c9ebed6faea4c0f4bdf035d3feb92 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 22 Dec 2014 09:23:02 +0100 Subject: glpi: fix SQL Injection CVE-2014-9258 --- glpi-0.84-cron.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glpi-0.84-cron.patch') diff --git a/glpi-0.84-cron.patch b/glpi-0.84-cron.patch index de3b6d7..4ce17d1 100644 --- a/glpi-0.84-cron.patch +++ b/glpi-0.84-cron.patch @@ -18,7 +18,7 @@ diff -up install/install.php.orig install/install.php diff -up install/update.php.orig install/update.php --- install/update.php.orig 2013-09-12 21:17:15.000000000 +0200 +++ install/update.php 2013-09-29 17:07:53.124390070 +0200 -@@ -776,6 +776,10 @@ function updateDbUpTo031() { +@@ -790,6 +790,10 @@ function updateDbUpTo031() { $plugin = new Plugin(); $plugin->unactivateAll(); -- cgit