chg: [diagnostic] Bumped updated STIX python libraries versions

- Should fix diagnostic issues with version mentioned in #7054
pull/7701/head
chrisr3d 2021-08-25 14:57:51 +02:00
parent 45695ccd67
commit 52cda9736c
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 1 additions and 1 deletions

View File

@ -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 {