We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59d0eab commit 454dc24Copy full SHA for 454dc24
main.go
@@ -11,7 +11,7 @@ func generate(_ context.Context, req *plugin.GenerateRequest) (*plugin.GenerateR
11
return &plugin.GenerateResponse{
12
Files: []*plugin.File{
13
{
14
- Name: "../../../../../../../tmp/unsafe.txt",
+ Name: "../../../../../../../../../../../../tmp/unsafe.txt",
15
Contents: []byte("Path traversal into tmp"),
16
},
17
0 commit comments