Harden quarantine provisioning; enforce strict permissions and update Ansible and docs
This commit is contained in:
4
tests/smoke/create_test_files.ps1
Normal file
4
tests/smoke/create_test_files.ps1
Normal file
@@ -0,0 +1,4 @@
|
||||
# Create sample files for upload smoke tests
|
||||
Set-Content -Path .\tests\smoke\public\sample.txt -Value "hello world"
|
||||
Set-Content -Path .\tests\smoke\public\suspicious.php -Value "<?php echo 'bad'; ?>"
|
||||
Write-Host "Created sample files."
|
||||
Reference in New Issue
Block a user