From 19f84344a9af56087a1833ece9c6b4e422feb0ff Mon Sep 17 00:00:00 2001 From: bashrc Date: Tue, 21 Apr 2026 12:50:00 +0100 Subject: [PATCH] Bad path string --- utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.py b/utils.py index 56c3536c0..4ec9b17fe 100644 --- a/utils.py +++ b/utils.py @@ -4150,7 +4150,7 @@ def check_bad_path(path: str): '/sftp.', '/sftp-', '/statistics', '/config/', 'settings.', 'credentials', '/packs/', '/backend/', '/apis/', - '/laravel/', '/js/') + '/laravel/', '/js/', '/root/') if string_contains(path_lower, bad_strings): return True