From 477ca609a85e3ac5377020a7121ff2cb640af43d Mon Sep 17 00:00:00 2001 From: bashrc Date: Thu, 22 Jan 2026 15:59:07 +0000 Subject: [PATCH] Extra bad path --- utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.py b/utils.py index 87ed90028..5fe441d38 100644 --- a/utils.py +++ b/utils.py @@ -3969,7 +3969,7 @@ def check_bad_path(path: str): bad_strings = ('..', '/.', '%2e%2e', '%252e%252e', '/sftp.', '/sftp-', '/statistics', - '/config/', 'settings.') + '/config/', 'settings.', 'credentials') # allow /.well-known/... if '/.' in path_lower: