updated docs

This commit is contained in:
Sebastian Hildebrandt 2023-09-28 08:12:45 +02:00
parent 35d638260e
commit fc90ccb3e4
3 changed files with 3 additions and 4 deletions

View File

@ -204,7 +204,7 @@
</div>
<div class="row number-section">
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
<div class="numbers">15,642</div>
<div class="numbers">15,727</div>
<div class="title">Lines of code</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
@ -212,7 +212,7 @@
<div class="title">Downloads last month</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
<div class="numbers">646</div>
<div class="numbers">650</div>
<div class="title">Dependents</div>
</div>
</div>

View File

@ -60,7 +60,7 @@
<p>We had an issue that there was a possibility to perform a potential command injection possibility by crafting detected SSIDs in <span class="code">wifiConnections()</span>, <span class="code">wifiNetworks()</span>.</p>
<h4>Patch</h4>
<p>Problem was fixed with parameter checking. Please upgrade to version >= 5.7.21 (or >= 4.34.22 if you are using version 4).</p>
<p>Problem was fixed with parameter checking. If you are using version 5, please upgrade to version >= 5.7.21 (version 4 is not affected).</p>
<h4>Workaround</h4>
<p>If you cannot upgrade, be sure to check or sanitize parameter strings that are passed to <span class="code">wifiConnections()</span>, <span class="code">wifiNetworks()</span> (string only)</p>

View File

@ -13,7 +13,6 @@
// 12. Internet
// ----------------------------------------------------------------------------------
// const exec = require('child_process').exec;
const util = require('./util');
let _platform = process.platform;