mirror of
https://github.com/YunoHost/package_linter.git
synced 2025-11-04 12:18:36 +01: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 = []
|
nginxconf = []
|
||||||
|
|
||||||
for location in find_path_traversal_issue(nginxconf):
|
for location in find_path_traversal_issue(nginxconf):
|
||||||
print_error(
|
print_warning(
|
||||||
"The nginx configuration (especially location %s) "
|
"The nginx configuration (especially location %s) "
|
||||||
"appears vulnerable to path traversal issues as explained in\n"
|
"appears vulnerable to path traversal issues as explained in\n"
|
||||||
" https://www.acunetix.com/vulnerabilities/web/path-traversal-via-misconfigured-nginx-alias/\n"
|
" https://www.acunetix.com/vulnerabilities/web/path-traversal-via-misconfigured-nginx-alias/\n"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue