Updated version check for cybox to be consistent with documentation

Related to installation documentation update recommending to use 2.1.0.12 as cybox version (a23027eee4)
pull/734/merge
David André 2016-01-20 13:38:18 +01:00
parent 3d8e5add03
commit 7a28b5be72
1 changed files with 1 additions and 1 deletions

View File

@ -1480,7 +1480,7 @@ class Server extends AppModel {
public function stixDiagnostics(&$diagnostic_errors, &$stixVersion, &$cyboxVersion) {
$result = array();
$expected = array('stix' => '1.1.1.4', 'cybox' => '2.1.0.10');
$expected = array('stix' => '1.1.1.4', 'cybox' => '2.1.0.12');
// check if the STIX and Cybox libraries are working using the test script stixtest.py
$scriptResult = shell_exec('python ' . APP . 'files' . DS . 'scripts' . DS . 'stixtest.py');
$scriptResult = json_decode($scriptResult, true);