mirror of https://github.com/MISP/MISP
fix: Fixed the mixbox version lookup
parent
1db9f8c074
commit
b952335711
|
@ -2914,7 +2914,7 @@ class Server extends AppModel {
|
||||||
return $readableFiles;
|
return $readableFiles;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function stixDiagnostics(&$diagnostic_errors, &$stixVersion, &$cyboxVersion) {
|
public function stixDiagnostics(&$diagnostic_errors, &$stixVersion, &$cyboxVersion, &$mixboxVersion) {
|
||||||
$result = array();
|
$result = array();
|
||||||
$expected = array('stix' => '1.1.1.4', 'cybox' => '2.1.0.12', 'mixbox' => '1.0.2');
|
$expected = array('stix' => '1.1.1.4', 'cybox' => '2.1.0.12', 'mixbox' => '1.0.2');
|
||||||
// check if the STIX and Cybox libraries are working using the test script stixtest.py
|
// check if the STIX and Cybox libraries are working using the test script stixtest.py
|
||||||
|
|
Loading…
Reference in New Issue