From b1a5979fcba9898a5bb8c3aabac0536a04e44e08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Mon, 30 May 2022 11:03:50 +0200 Subject: [PATCH] chg: [PyMISP] Bump --- PyMISP | 2 +- app/Controller/AppController.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PyMISP b/PyMISP index b1892efb6..cd4b5d533 160000 --- a/PyMISP +++ b/PyMISP @@ -1 +1 @@ -Subproject commit b1892efb6a078d1370cee51c9103f3a591c628d2 +Subproject commit cd4b5d533b68de19b714be7f83f231640404f0bf diff --git a/app/Controller/AppController.php b/app/Controller/AppController.php index 46b7d92bf..5308c9cda 100755 --- a/app/Controller/AppController.php +++ b/app/Controller/AppController.php @@ -35,7 +35,7 @@ class AppController extends Controller public $helpers = array('OrgImg', 'FontAwesome', 'UserName'); private $__queryVersion = '141'; - public $pyMispVersion = '2.4.157'; + public $pyMispVersion = '2.4.159'; public $phpmin = '7.2'; public $phprec = '7.4'; public $phptoonew = '8.0';