N°8604 N°8605 - Add authentication to combodo-db-tools binaries (#817)

* N°8604 N°8605 - Add autoloader and dedicated classes for binaries utils

* N°8605 - Harden security

* N°8604 - Harden security

* N°8604 N°8605 - Fixes from code review

* N°8604 N°8605 - Improve robustness whether module is in datamodels/2.x or env-xxx folder
This commit is contained in:
Molkobain
2026-02-26 09:29:20 +01:00
committed by GitHub
parent f82389d156
commit 62e09f1224
18 changed files with 1361 additions and 27 deletions

View File

@@ -0,0 +1,12 @@
<?php
/*
* @copyright Copyright (C) 2010-2026 Combodo SAS
* @license http://opensource.org/licenses/AGPL-3.0
*/
namespace Combodo\iTop\DBTools\Exception;
class AuthenticationException extends \Exception
{
}