[alias_traversal] Added tests

pull/62/head
Andrew Krasichkov 2017-06-06 22:10:17 +03:00
parent 97981755c3
commit 072c661aa7
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/;
}