django/core/management/utils.py
0 → 100644
+14
−0
+21
−0
+2
−1
Loading
Fixes #19584. This implies stop storing file path command line arguments in envvars as a security measure to start relying on with Popen's shell=False instead, and addition of an 'utils' module. Thanks kmichel_wgs for the report.