Open kiarn opened 3 years ago
This could also be used as an opportunity to use native python code instead of system calls in some places.
This issue is stale because it has been open for 30 days with no activity.
This is not done yet and should not be marked stale
72b3c2d29f1918ce9dae60245ec2804732b943c1
Hello,
The use of
os.system
is deprecated and vulnerable. The use of the module subprocess should be prefered for flexibility, performance and security reasons.Please see https://github.com/linuxmuster/linuxmuster-linuxclient7/issues/15, as we discussed it ealier with @CodeCrafter912