Skip to content

Commit 454dc24

Browse files
committed
More dots
1 parent 59d0eab commit 454dc24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ func generate(_ context.Context, req *plugin.GenerateRequest) (*plugin.GenerateR
1111
return &plugin.GenerateResponse{
1212
Files: []*plugin.File{
1313
{
14-
Name: "../../../../../../../tmp/unsafe.txt",
14+
Name: "../../../../../../../../../../../../tmp/unsafe.txt",
1515
Contents: []byte("Path traversal into tmp"),
1616
},
1717
},

0 commit comments

Comments
 (0)