[alias_traversal] Added tests

pull/69/head
Andrew Krasichkov 2017-06-06 22:10:17 +03:00
parent 49309996fb
commit d00a58e467
5 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,3 @@
{
"severity": "HIGH"
}

View File

@ -0,0 +1,5 @@
location /files/ {
location /files/images {
alias /home/;
}
}

View File

@ -0,0 +1,5 @@
location /files/ {
location /files/images {
}
alias /home/;
}

View File

@ -0,0 +1,3 @@
location /files {
alias /home/;
}

View File

@ -0,0 +1,3 @@
location /files/ {
alias /home/;
}