Open reactive-firewall opened 1 month ago
Tracking issue for:
🤔 Suggested fix is to skip any use of subprocess and set the value to the failsafe of None directly. Otherwise raise a ValueError if not a failsafe.
subprocess
None
ValueError
Avoid starting a process with a partial executable path
Tracking issue for:
🤔 Suggested fix is to skip any use of
subprocess
and set the value to the failsafe ofNone
directly. Otherwise raise aValueError
if not a failsafe.