Skip to content

Commit

Permalink
Merge pull request MISP#5857 from RichieB2B/ncsc-nl/cybox-version
Browse files Browse the repository at this point in the history
fix: [stix export] Bump minimum CybOX version to 2.1.0.21
  • Loading branch information
chrisr3d authored May 5, 2020
2 parents c2c43fb + a096cdf commit e25bab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Model/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -4976,7 +4976,7 @@ public function yaraDiagnostics(&$diagnostic_errors)
public function stixDiagnostics(&$diagnostic_errors, &$stixVersion, &$cyboxVersion, &$mixboxVersion, &$maecVersion, &$stix2Version, &$pymispVersion)
{
$result = array();
$expected = array('stix' => '>1.2.0.6', 'cybox' => '>2.1.0.18.dev0', 'mixbox' => '1.0.3', 'maec' => '>4.1.0.14', 'stix2' => '>1.2.0', 'pymisp' => '>2.4.120');
$expected = array('stix' => '>1.2.0.6', 'cybox' => '>2.1.0.21', 'mixbox' => '1.0.3', 'maec' => '>4.1.0.14', 'stix2' => '>1.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');
$scriptResult = json_decode($scriptResult, true);
Expand Down

0 comments on commit e25bab5

Please sign in to comment.