saif-deepsource / apkleaks

Errors detected in .deepsource.toml.

Starting a process with a shell detected BAN-B605
Security
Major
1 occurrence in this check
Starting a process with a shell, possible injection detected, security issue.
 85			except Exception as e:
 86				sys.exit(self.writeln(str(e), clr.WARNING))
 87		dec = "%s %s -d %s --deobf" % (self.jadx, dex, self.tempdir)
 88		os.system(dec) 89		return self.tempdir
 90
 91	def unique(self, list):