summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraristocratos <gnmjpl@gmail.com>2020-07-06 20:24:29 +0200
committeraristocratos <gnmjpl@gmail.com>2020-07-06 20:24:29 +0200
commit190814200cc9e25b930d30d9190c767dd53250aa (patch)
tree37e42dac2ee49e6b81d0b863667f717460ddca30
parentd90c45623810979b75f506ab0e0db31b5c6a9f74 (diff)
v0.9.20 Fixed psutil script security issuev0.9.20
-rw-r--r--CHANGELOG.md4
-rwxr-xr-xbashtop2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 03c8278..de29627 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## v0.9.20
+
+* Fixed: Psutil script security issue when placed directly in temp folder
+
## v0.9.19
* Added: Option for timestamps with python on bash < 5
diff --git a/bashtop b/bashtop
index 9f4b624..d6f024b 100755
--- a/bashtop
+++ b/bashtop
@@ -93,7 +93,7 @@ banner=(
"██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ "
"██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ "
"╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ")
-declare version="0.9.19"
+declare version="0.9.20"
#* Get latest version of BashTOP from https://github.com/aristocratos/bashtop