Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 8b236e7bc8238a2b90ae1524eef2ce120f53ad9d https://github.com/pgadmin-org/pgadmin4/commit/8b236e7bc8238a2b90ae1524eef2ce120f53ad9d Author: Aditya Toshniwal <aditya.toshni...@enterprisedb.com> Date: 2023-01-13 (Fri, 13 Jan 2023)
Changed paths: M web/pgadmin/tools/backup/__init__.py M web/pgadmin/tools/import_export/__init__.py M web/pgadmin/tools/import_export_servers/__init__.py M web/pgadmin/tools/restore/__init__.py M web/pgadmin/utils/__init__.py M web/yarn.lock Log Message: ----------- Ensure that the authenticated users can't access each other's directories and files by providing relative paths. #5734