From 79f9a7a4141ba58ba76f7029e4a167f29abe10a8 Mon Sep 17 00:00:00 2001 From: David Durieux Date: Thu, 4 Apr 2024 14:37:35 +0200 Subject: [PATCH 1/3] Update GSIT release for tests --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ff694323a..fd1783b2c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -56,7 +56,7 @@ jobs: fail-fast: false matrix: php-versions: ['7.3', '7.4', '8.0'] - gsit-versions: ['9.5.10'] + gsit-versions: ['9.5.12'] name: phpunit-GSIT-latest (${{ matrix.gsit-versions }}) | PHP(${{ matrix.php-versions }}) env: extensions: zip, hash, fileinfo, mysqli, gd, bz2, xdebug From 6c75fd08b54d7c3600918ce1e8e59599253b5315 Mon Sep 17 00:00:00 2001 From: David Durieux Date: Thu, 4 Apr 2024 14:37:52 +0200 Subject: [PATCH 2/3] Add message in packages to display the folder where files from server search, it could be security problem, but only people have right to manage packages and files can see it. --- inc/deployfile.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inc/deployfile.class.php b/inc/deployfile.class.php index d038bb41f..be37a3a23 100644 --- a/inc/deployfile.class.php +++ b/inc/deployfile.class.php @@ -312,6 +312,8 @@ function displayAjaxValues($config, $request_data, $rand, $mode) { 'extraparams' => [ 'rand' => $rand ]]); + $pfConfig = new PluginFusioninventoryConfig(); + echo "
".__('Base folder', 'fusioninventory')." : ".$pfConfig->getValue('server_upload_path').""; break; } From b080909c75ca2c4ec9f83c5dfff2d5e8ac156630 Mon Sep 17 00:00:00 2001 From: David Durieux Date: Thu, 4 Apr 2024 14:45:34 +0200 Subject: [PATCH 3/3] Update mariadb version for tests --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fd1783b2c..86d968ffe 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -64,7 +64,7 @@ jobs: steps: - uses: ankane/setup-mariadb@v1 with: - mariadb-version: 10.8 + mariadb-version: 10.11 - uses: actions/checkout@v1 - name: Setup cache environment id: extcache @@ -128,7 +128,7 @@ jobs: steps: - uses: ankane/setup-mariadb@v1 with: - mariadb-version: 10.8 + mariadb-version: 10.11 - uses: actions/checkout@v1 - name: Setup cache environment id: extcache