linuxmuster / linuxmuster-base7

Mangement scripts for linuxmuster.net V7
GNU General Public License v3.0
13 stars 8 forks source link

Prefer subprocess over os.system #121

Open kiarn opened 3 years ago

kiarn commented 3 years ago

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

dorianim commented 3 years ago

This could also be used as an opportunity to use native python code instead of system calls in some places.

github-actions[bot] commented 2 years ago

This issue is stale because it has been open for 30 days with no activity.

dorianim commented 2 years ago

This is not done yet and should not be marked stale

HappyBasher commented 2 years ago

72b3c2d29f1918ce9dae60245ec2804732b943c1