splitting the shell commands via shlex will make the commands more secure, and able to avoid most shell injection instances

This commit is contained in:
ekultek 2017-10-25 16:32:55 -05:00
parent 6ba7231e82
commit 6c46fd7523

View file

@ -36,7 +36,7 @@ PATCH_ID = str(subprocess.check_output(["git", "rev-parse", "origin/master"]))[:
# clone link
CLONE = "https://github.com/ekultek/zeus-scanner.git"
# current version <major.minor.commit.patch ID>
VERSION = "1.1"
VERSION = "1.1.1"
# colors to output depending on the version
VERSION_TYPE_COLORS = {"dev": 33, "stable": 92, "other": 30}
# version string formatting