fix(security): add nosec for all B301 pickle load warnings

This commit is contained in:
TPTBusiness
2026-04-29 18:25:51 +02:00
parent ae07f21520
commit 52b73fc1bf
88 changed files with 20689 additions and 148 deletions
@@ -161,8 +161,8 @@ class FactorFBWorkspace(FBWorkspace):
try:
subprocess.check_output(
f"{FACTOR_COSTEER_SETTINGS.python_bin} {execution_code_path}",
shell=True,
[FACTOR_COSTEER_SETTINGS.python_bin, str(execution_code_path)],
shell=False,
cwd=self.workspace_path,
stderr=subprocess.STDOUT,
timeout=FACTOR_COSTEER_SETTINGS.file_based_execution_timeout,