aboutsummaryrefslogtreecommitdiffstats
path: root/client/go/internal/cli/cmd/testdata/tests/production-test/illegal-reference.json
blob: ced4a86dd6ca31fef63ba03823f8a3f73dd8894f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "steps": [
        {
            "request": {
                "uri": "https://domain.tld",
                "body": "foo/../../../empty.json"
            }
        },
        {
            "request": {
                "uri": "https://domain.tld",
                "body": "foo/../../../../this-is-not-ok.json"
            }
        }
    ]
}