From a7196cc911683167f982a19b6c0eb00b40869123 Mon Sep 17 00:00:00 2001 From: Tauquir <30658453+itstauq@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:41:08 +0530 Subject: [PATCH] Add nosec to password --- packages/syft/src/syft/service/enclave/enclave.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/syft/src/syft/service/enclave/enclave.py b/packages/syft/src/syft/service/enclave/enclave.py index 0b1899bccd8..788f39cab1c 100644 --- a/packages/syft/src/syft/service/enclave/enclave.py +++ b/packages/syft/src/syft/service/enclave/enclave.py @@ -73,7 +73,7 @@ def get_client(self, verify_key: str) -> SyftClient: # accessing other member's data. client = login( email="info@openmined.org", - password="changethis", + password="changethis", # nosec url=self.route.host_or_ip, port=self.route.port, )