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

@@ -43,6 +43,7 @@ SetupWebPage::AddModule(
// Components
//
'datamodel' => [
'vendor/autoload.php',
'src/Service/DBToolsUtils.php',
'src/Service/DBAnalyzerUtils.php',
],