diff --git a/CHANGELOG.md b/CHANGELOG.md index 327e016..ca947d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -240,9 +240,9 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page. | 4.24.1 | 2020-05-03 | `processes()` fix parsing command and params | | 4.24.0 | 2020-05-01 | `networkInterfaces()` added subnet mask ip4 and ip6 | | 4.23.10 | 2020-05-01 | `cpuTemperature()` optimized parsing linux | -| 4.23.9 | 2020-04-29 | `currentLoad()` workarround for no os.cpus info | +| 4.23.9 | 2020-04-29 | `currentLoad()` workaround for no os.cpus info | | 4.23.8 | 2020-04-26 | `getMacAddresses()` fix added try catch | -| 4.23.7 | 2020-04-26 | `getCpuCurrentSpeedSync()` workarround fix | +| 4.23.7 | 2020-04-26 | `getCpuCurrentSpeedSync()` workaround fix | | 4.23.6 | 2020-04-25 | `networkGatewayDefault()` bug fix no interfaces | | 4.23.5 | 2020-04-20 | updated docs | | 4.23.4 | 2020-04-20 | `users()` optimized parseDateTime function | diff --git a/docs/history.html b/docs/history.html index cac62e7..0cf3bdd 100644 --- a/docs/history.html +++ b/docs/history.html @@ -860,7 +860,7 @@ 4.23.9 2020-04-29 - currentLoad() workarround for no os.cpus info + currentLoad() workaround for no os.cpus info 4.23.8 @@ -870,7 +870,7 @@ 4.23.7 2020-04-26 - getCpuCurrentSpeedSync() workarround fix + getCpuCurrentSpeedSync() workaround fix 4.23.6 diff --git a/docs/security.html b/docs/security.html index e340872..4eb9f70 100644 --- a/docs/security.html +++ b/docs/security.html @@ -62,7 +62,7 @@

Patch

Problem was fixed with parameter checking. Please upgrade to version >= 5.6.13 (or >= 4.34.21 if you are using version 4).

-

Workarround

+

Workaround

If you cannot upgrade, be sure to check or sanitize parameter strings that are passed to dockerImagesInspect(), dockerContainerInspect(), dockerContainerProcesses() (string only)



@@ -79,7 +79,7 @@

Patch

Problem was fixed with parameter checking. Please upgrade to version >= 5.6.11 (or >= 4.34.20 if you are using version 4).

-

Workarround

+

Workaround

If you cannot upgrade, be sure to check or sanitize parameter strings that are passed to versions() (string only)



@@ -96,7 +96,7 @@

Patch

Problem was fixed with additional parameter checking. Please upgrade to version >= 5.6.4 (or >= 4.34.17 if you are using version 4).

-

Workarround

+

Workaround

If you cannot upgrade, be sure to check or sanitize parameter strings that are passed to inetLatency(), inetChecksite(), services(), processLoad() (string only)



@@ -113,7 +113,7 @@

Patch

Problem was fixed with additional parameter checking. Please upgrade to version >= 5.3.2 (or >= 4.34.12 if you are using version 4).

-

Workarround

+

Workaround

If you cannot upgrade, be sure to check or sanitize service parameter strings that are passed to inetLatency(), inetChecksite() (sanitize `file://` parameter)



@@ -130,7 +130,7 @@

Patch

Problem was fixed with additional parameter checking. Please upgrade to version >= 5.3.1 (or >= 4.34.11 if you are using version 4).

-

Workarround

+

Workaround

If you cannot upgrade, be sure to check or sanitize service parameter strings that are passed to inetLatency(), inetChecksite(), services(), processLoad() (string only)



@@ -147,7 +147,7 @@

Patch

Problem was fixed with a shell string sanitation fix. Please upgrade to version >= 5.2.6 (or >= 4.34.10 if you are using version 4).

-

Workarround

+

Workaround

If you cannot upgrade, be sure to check or sanitize service parameter strings that are passed to inetLatency() (no spaces)



@@ -164,7 +164,7 @@

Patch

Problem was fixed with a shell string sanitation fix. Please upgrade to version >= 4.31.1

-

Workarround

+

Workaround

If you cannot upgrade, be sure to check or sanitize service parameter strings that are passed to inetLatency()


@@ -182,7 +182,7 @@

Patch

Problem was fixed with a shell string sanitation fix as well as handling prototype polution. Please upgrade to version >= 4.30.5

-

Workarround

+

Workaround

If you cannot upgrade, be sure to check or sanitize service parameter strings that are passed to inetChecksite()


@@ -200,7 +200,7 @@

Patch

Problem was fixed with a shell string sanitation fix. Please upgrade to version >= 4.27.11

-

Workarround

+

Workaround

If you cannot upgrade, be sure to check or sanitize service parameter strings that are passed to inetChecksite()

diff --git a/docs/v4/history.html b/docs/v4/history.html index ef820fc..a33633d 100644 --- a/docs/v4/history.html +++ b/docs/v4/history.html @@ -522,7 +522,7 @@ 4.23.9 2020-04-29 - currentLoad() workarround for no os.cpus info + currentLoad() workaround for no os.cpus info 4.23.8 @@ -532,7 +532,7 @@ 4.23.7 2020-04-26 - getCpuCurrentSpeedSync() workarround fix + getCpuCurrentSpeedSync() workaround fix 4.23.6 diff --git a/docs/v4/security.html b/docs/v4/security.html index c5b1dd1..24f865e 100644 --- a/docs/v4/security.html +++ b/docs/v4/security.html @@ -61,7 +61,7 @@

Patch

Problem was fixed with parameter checking. Please upgrade to version >= 4.34.21 if you are using version 4.

-

Workarround

+

Workaround

If you cannot upgrade, be sure to check or sanitize parameter strings that are passed to dockerContainerInspect(), dockerContainerProcesses() (string only)



@@ -78,7 +78,7 @@

Patch

Problem was fixed with parameter checking. Please upgrade to version >= 4.34.20 if you are using version 4.

-

Workarround

+

Workaround

If you cannot upgrade, be sure to check or sanitize parameter strings that are passed to versions() (string only)



@@ -95,7 +95,7 @@

Patch

Problem was fixed with additional parameter checking. Please upgrade to version >= 4.34.17 if you are using version 4.

-

Workarround

+

Workaround

If you cannot upgrade, be sure to check or sanitize parameter strings that are passed to inetLatency(), inetChecksite(), services(), processLoad() (string only)



@@ -112,7 +112,7 @@

Patch

Problem was fixed with additional parameter checking. Please upgrade to version >= 4.34.12 if you are using version 4.

-

Workarround

+

Workaround

If you cannot upgrade, be sure to check or sanitize service parameter strings that are passed to inetLatency(), inetChecksite() (sanitize `file://` parameter)



@@ -129,7 +129,7 @@

Patch

Problem was fixed with additional parameter checking. Please upgrade to version >= 4.34.11 if you are using version 4.

-

Workarround

+

Workaround

If you cannot upgrade, be sure to check or sanitize service parameter strings that are passed to inetLatency(), inetChecksite(), services(), processLoad() (string only)



@@ -146,7 +146,7 @@

Patch

Problem was fixed with a shell string sanitation fix. Please upgrade to version >= 4.34.10 if you are using version 4.

-

Workarround

+

Workaround

If you cannot upgrade, be sure to check or sanitize service parameter strings that are passed to inetLatency() (no spaces)



@@ -163,7 +163,7 @@

Patch

Problem was fixed with a shell string sanitation fix. Please upgrade to version >= 4.31.1

-

Workarround

+

Workaround

If you cannot upgrade, be sure to check or sanitize service parameter strings that are passed to inetLatency()



@@ -180,7 +180,7 @@

Patch

Problem was fixed with a shell string sanitation fix as well as handling prototype polution. Please upgrade to version >= 4.30.5

-

Workarround

+

Workaround

If you cannot upgrade, be sure to check or sanitize service parameter strings that are passed to inetChecksite()



@@ -197,7 +197,7 @@

Patch

Problem was fixed with a shell string sanitation fix. Please upgrade to version >= 4.27.11

-

Workarround

+

Workaround

If you cannot upgrade, be sure to check or sanitize service parameter strings that are passed to inetChecksite()