summaryrefslogtreecommitdiffstats
path: root/client/go/cmd/testdata/tests/production-test/illegal-reference.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/go/cmd/testdata/tests/production-test/illegal-reference.json')
-rw-r--r--client/go/cmd/testdata/tests/production-test/illegal-reference.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/client/go/cmd/testdata/tests/production-test/illegal-reference.json b/client/go/cmd/testdata/tests/production-test/illegal-reference.json
new file mode 100644
index 00000000000..edd8a2fafeb
--- /dev/null
+++ b/client/go/cmd/testdata/tests/production-test/illegal-reference.json
@@ -0,0 +1,14 @@
+{
+ "steps": [
+ {
+ "request": {
+ "body": "foo/../../../empty.json"
+ }
+ },
+ {
+ "request": {
+ "body": "foo/../../../../this-is-not-ok.json"
+ }
+ }
+ ]
+} \ No newline at end of file