Files
orbisai0security 94c0fc2edd Hardening: explicitly set shell=False on all subprocess.run() calls in fm11rf08s_recovery.py.
All four call sites already pass `cmd` as a Python list, so Python's default of `shell=False` means there is no active command-injection risk. This change makes the security intent explicit, prevents accidental future regression if a call site is later changed to pass a string, and improves code clarity.

No functional behaviour is changed.
2026-06-02 17:12:31 +02:00
..
2026-02-06 13:43:41 +01:00
2024-11-07 21:34:35 +01:00
2026-04-13 09:35:02 +02:00
2026-02-06 13:43:41 +01:00
2022-01-16 19:57:12 +01:00
2022-01-16 19:57:12 +01:00
2025-11-10 16:16:39 +01:00
2024-12-09 15:16:46 +01:00
2024-11-30 22:49:31 +01:00
2022-01-16 19:57:12 +01:00