From 52cda9736ce893b39895b9655990dd7a9f7425a8 Mon Sep 17 00:00:00 2001 From: chrisr3d Date: Wed, 25 Aug 2021 14:57:51 +0200 Subject: [PATCH] chg: [diagnostic] Bumped updated STIX python libraries versions - Should fix diagnostic issues with version mentioned in #7054 --- app/Model/Server.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Model/Server.php b/app/Model/Server.php index 5b494e7ab..3b7ecd04b 100644 --- a/app/Model/Server.php +++ b/app/Model/Server.php @@ -3304,7 +3304,7 @@ class Server extends AppModel public function stixDiagnostics(&$diagnostic_errors) { - $expected = array('stix' => '>1.2.0.9', 'cybox' => '>2.1.0.21', 'mixbox' => '1.0.3', 'maec' => '>4.1.0.14', 'stix2' => '>2.0', 'pymisp' => '>2.4.120'); + $expected = array('stix' => '>1.2.0.11', 'cybox' => '>2.1.0.21', 'mixbox' => '>1.0.5', 'maec' => '>4.1.0.17', 'stix2' => '>2.0', 'pymisp' => '>2.4.120'); // check if the STIX and Cybox libraries are working using the test script stixtest.py $scriptResult = shell_exec($this->getPythonVersion() . ' ' . APP . 'files' . DS . 'scripts' . DS . 'stixtest.py'); try {