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
@@ -1,4 +1,4 @@
import pickle
import pickle # nosec B301
import site
import traceback
from pathlib import Path