diff options
author | aristocratos <gnmjpl@gmail.com> | 2020-07-06 20:24:29 +0200 |
---|---|---|
committer | aristocratos <gnmjpl@gmail.com> | 2020-07-06 20:24:29 +0200 |
commit | 190814200cc9e25b930d30d9190c767dd53250aa (patch) | |
tree | 37e42dac2ee49e6b81d0b863667f717460ddca30 | |
parent | d90c45623810979b75f506ab0e0db31b5c6a9f74 (diff) |
v0.9.20 Fixed psutil script security issuev0.9.20
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rwxr-xr-x | bashtop | 2 |
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 @@ -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 |