mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-26 11:43:08 +03:00
28 lines
843 B
Plaintext
28 lines
843 B
Plaintext
error: Unauthorized file access
|
|
--> tests_failed/file_unauthorized.hurl:2:6
|
|
|
|
|
2 | file,/secret.txt;
|
|
| ^^^^^^^^^^^ unauthorized access to file /secret.txt, check --file-root option
|
|
|
|
|
|
|
error: Unauthorized file access
|
|
--> tests_failed/file_unauthorized.hurl:7:6
|
|
|
|
|
7 | file,../secret.txt;
|
|
| ^^^^^^^^^^^^^ unauthorized access to file ../secret.txt, check --file-root option
|
|
|
|
|
|
|
error: Unauthorized file access
|
|
--> tests_failed/file_unauthorized.hurl:13:13
|
|
|
|
|
13 | file1: file,/secret.txt;
|
|
| ^^^^^^^^^^^ unauthorized access to file /secret.txt, check --file-root option
|
|
|
|
|
|
|
error: Unauthorized file access
|
|
--> tests_failed/file_unauthorized.hurl:19:13
|
|
|
|
|
19 | file1: file,../secret.txt;
|
|
| ^^^^^^^^^^^^^ unauthorized access to file ../secret.txt, check --file-root option
|
|
|
|