mirror of
https://github.com/YunoHost/package_linter.git
synced 2024-09-03 20:06:12 +02:00
Keep reporting nginx path traversal as a warning for now ...
This commit is contained in:
parent
98ff1ad323
commit
7095e096bf
1 changed files with 1 additions and 1 deletions
|
@ -428,7 +428,7 @@ class App():
|
|||
nginxconf = []
|
||||
|
||||
for location in find_path_traversal_issue(nginxconf):
|
||||
print_error(
|
||||
print_warning(
|
||||
"The nginx configuration (especially location %s) "
|
||||
"appears vulnerable to path traversal issues as explained in\n"
|
||||
" https://www.acunetix.com/vulnerabilities/web/path-traversal-via-misconfigured-nginx-alias/\n"
|
||||
|
|
Loading…
Reference in a new issue