mirror of
https://github.com/YunoHost/package_linter.git
synced 2024-09-03 20:06:12 +02:00
ouspi, forgot the filename
This commit is contained in:
parent
2e4e5cf37e
commit
20a7c8ea2a
1 changed files with 1 additions and 1 deletions
|
@ -1584,7 +1584,7 @@ class Configurations(TestSuite):
|
|||
for ip in re.split("[ \t,='\"(){}\[\]]", line):
|
||||
if ip == "::" or ip.startswith("0.0.0.0"):
|
||||
yield Info(
|
||||
f"{os.path.relpath(path, app.path)}:{number}: "
|
||||
f"{os.path.relpath(path, app.path)}/{filename}:{number}: "
|
||||
"Binding to '0.0.0.0' or '::' can result in a security issue "
|
||||
"as the reverse proxy and the SSO can be bypassed by knowing "
|
||||
"a public IP (typically an IPv6) and the app port. "
|
||||
|
|
Loading…
Add table
Reference in a new issue