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 @@
We had an issue that there was a possibility to perform a potential command injection possibility by crafting detected SSIDs in wifiConnections(), wifiNetworks().
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).
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;