chg: [PyMISP] Bump version

pull/9771/head
Raphaël Vinot 2024-06-06 19:48:15 +02:00
parent 6544bb4114
commit 14b3832dbe
3 changed files with 6 additions and 6 deletions

2
PyMISP

@ -1 +1 @@
Subproject commit f7b28e7bc98a58cc623b111d1476c9079ca83c20
Subproject commit a1cbd04e51179d5c90892c6e8447bdc95623e633

View File

@ -34,7 +34,7 @@ class AppController extends Controller
public $helpers = array('OrgImg', 'FontAwesome', 'UserName');
private $__queryVersion = '162';
public $pyMispVersion = '2.4.190';
public $pyMispVersion = '2.4.193';
public $phpmin = '7.2';
public $phprec = '7.4';
public $phptoonew = '8.0';
@ -112,7 +112,7 @@ class AppController extends Controller
App::uses('SystemSetting', 'Model');
SystemSetting::setGlobalSetting();
}
$this->User = ClassRegistry::init('User');
if (Configure::read('Plugin.Benchmarking_enable')) {
App::uses('BenchmarkTool', 'Tools');
@ -241,7 +241,7 @@ class AppController extends Controller
) {
// REST authentication
if ($this->_isRest() || $this->_isAutomation()) {
// disable CSRF for REST access
$this->Security->csrfCheck = false;
$loginByAuthKeyResult = $this->__loginByAuthKey();
@ -892,7 +892,7 @@ class AppController extends Controller
//$redis->setex('misp:auth_fail_throttling:' . $key, 3600, 1);
//return true;
//}
}
if ($this->isApiAuthed && $this->_isRest() && !Configure::read('Security.authkey_keep_session')) {
$this->Session->destroy();

View File

@ -6,7 +6,7 @@ misp-lib-stix2>=3.0.1.1
mixbox>=1.0.5
plyara>=2.1.1
pydeep2>=0.5.1
pymisp==2.4.190
pymisp==2.4.193
python-magic>=0.4.27
pyzmq>=25.1.1
redis>=5.0.1