diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-12-22 09:23:02 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-12-22 09:23:02 +0100 |
commit | c0011352162c9ebed6faea4c0f4bdf035d3feb92 (patch) | |
tree | df3adb573794072729b2f182c7f7b258e13df005 /glpi-0.84-cron.patch | |
parent | d349e4be95ba37c97d9dbbee88241603f668aee8 (diff) |
glpi: fix SQL Injection CVE-2014-9258
Diffstat (limited to 'glpi-0.84-cron.patch')
-rw-r--r-- | glpi-0.84-cron.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |