diff --git a/docs/index.html b/docs/index.html index 6a384da..84b2929 100644 --- a/docs/index.html +++ b/docs/index.html @@ -204,7 +204,7 @@
-
15,642
+
15,727
Lines of code
@@ -212,7 +212,7 @@
Downloads last month
-
646
+
650
Dependents
diff --git a/docs/security.html b/docs/security.html index 092d41e..cc5dd3c 100644 --- a/docs/security.html +++ b/docs/security.html @@ -60,7 +60,7 @@

We had an issue that there was a possibility to perform a potential command injection possibility by crafting detected SSIDs in wifiConnections(), wifiNetworks().

Patch

-

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

+

Problem was fixed with parameter checking. If you are using version 5, please upgrade to version >= 5.7.21 (version 4 is not affected).

Workaround

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

diff --git a/lib/internet.js b/lib/internet.js index a9a05cf..2785a85 100644 --- a/lib/internet.js +++ b/lib/internet.js @@ -13,7 +13,6 @@ // 12. Internet // ---------------------------------------------------------------------------------- -// const exec = require('child_process').exec; const util = require('./util'); let _platform = process.platform;