Updated dependencies and build test.

This commit is contained in:
Klaus Silveira
2025-08-18 10:18:19 -04:00
parent 2993417d4c
commit 2060be49ed
12 changed files with 2185 additions and 1033 deletions

View File

@@ -24,9 +24,6 @@ class CommandLineTest extends TestCase
if (empty(shell_exec('which git 2> /dev/null'))) {
$this->markTestSkipped('Git is not available.');
}
// Git 2.35+ introduced ownership checks to prevent attacks when running git commands in directories owned by a different user
shell_exec('git config --global --add safe.directory "*"');
}
public function testIsValidatingRepository(): void