diff --git a/CHANGELOG.md b/CHANGELOG.md index 06e1c09..16fb471 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -72,6 +72,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page. | Version | Date | Comment | | -------------- | -------------- | -------- | +| 5.3.4 | 2020-02-20 | `sanitizeShellString()` optimized strict sanitation | | 5.3.3 | 2020-02-15 | `dockerContainerStats()` fixed ID splitting | | 5.3.2 | 2020-02-15 | `inetLatency()` `ineChecksite()` fixed possible security issue (file://) | | 5.3.1 | 2020-02-14 | `inetLatency()` `ineChecksite()` `servcices()` `processes()` fixed possible security issue (arrays) | diff --git a/docs/history.html b/docs/history.html index 84aafea..dcefb17 100644 --- a/docs/history.html +++ b/docs/history.html @@ -56,6 +56,11 @@
+
In some cases you need to install the linux sensors package to be able to measure temperature e.g. on DEBIAN based systems by running
$ sudo apt-get install lm-sensors+
node.js and wmic are not able to determine correct CPU current speed on windows and macOS. + This means, you will have constant values here on both platforms for all processor cores in cpuCurrentSpeed().
+To be able to detect S.M.A.R.T. status on Linux you need to install smartmontools. On DEBIAN based linux distributions you can install it by running:
diff --git a/docs/security.html b/docs/security.html index 0f23f85..16637dc 100644 --- a/docs/security.html +++ b/docs/security.html @@ -64,7 +64,7 @@Affected versions:
< 5.3.1 and < 4.34.11
Date: 2021-02-14
- CVE indentifier -
+ CVE indentifier CVE-2021-21315
In some cases you need to install the linux sensors package to be able to measure temperature e.g. on DEBIAN based systems by running
$ sudo apt-get install lm-sensors+
node.js and wmic are not able to determine correct CPU current speed on windows and macOS. + This means, you will have constant values here on both platforms for all processor cores in cpuCurrentSpeed().
+To be able to detect S.M.A.R.T. status on Linux you need to install smartmontools. On DEBIAN based linux distributions you can install it by running:
diff --git a/docs/v4/security.html b/docs/v4/security.html index 78d966d..6a41d03 100644 --- a/docs/v4/security.html +++ b/docs/v4/security.html @@ -63,7 +63,7 @@Affected versions:
< 4.34.11
Date: 2021-02-14
- CVE indentifier -
+ CVE indentifier CVE-2021-21315