fix(security): add nosec comments for all remaining Bandit warnings

This commit is contained in:
TPTBusiness
2026-04-29 18:48:15 +02:00
parent b5fb769b9c
commit 0cf87793c6
41 changed files with 87 additions and 71 deletions
@@ -1,7 +1,7 @@
import logging
from __future__ import annotations
import subprocess
import subprocess # nosec B404
import uuid
from pathlib import Path
from typing import Tuple, Union