Skip to content

Commit 5408bb6

Browse files
docs updated (security advisory)
1 parent 2a28d2d commit 5408bb6

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page.
9191

9292
| Version | Date | Comment |
9393
| ------- | ---------- | --------------------------------------------------------------------------------------------------- |
94+
| 5.31.1 | 2026-02-17 | `docs` updated (security advisory) |
9495
| 5.31.0 | 2026-02-15 | `diskLayout()` added smartmontools support (macOS), `versions()` command injection issue (linux) |
9596
| 5.30.8 | 2026-02-14 | `wifiNetworks()` fixed CWE-78 command injection issue (linux) |
9697
| 5.30.7 | 2026-01-31 | `networkInterfaces()` fixed getWindowsIEEE8021x issue (windows) |

docs/history.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ <h3>Full version history</h3>
5757
</tr>
5858
</thead>
5959
<tbody>
60+
<tr>
61+
<th scope="row">5.31.1
62+
</th>
63+
<td>2026-02-17</td>
64+
<td><span class="code">docs</span> updated (security advisory)</td>
65+
</tr>
6066
<tr>
6167
<th scope="row">5.31.0
6268
</th>

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
<body>
167167
<header class="bg-image-full">
168168
<div class="top-container">
169-
<a href="security.html" class="recommendation">Security advisory:<br>Update to v5.31.0</a>
169+
<a href="security.html" class="recommendation">Security advisory:<br>Update to v5.31.1</a>
170170
<img class="logo" src="assets/logo.png" alt="logo">
171171
<div class="title">systeminformation</div>
172172
<div class="subtitle"><span id="typed"></span>&nbsp;</div>
@@ -212,7 +212,7 @@
212212
<div class="title">Downloads last month</div>
213213
</div>
214214
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
215-
<div class="numbers">973</div>
215+
<div class="numbers">977</div>
216216
<div class="title">Dependents</div>
217217
</div>
218218
</div>

docs/security.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h2>versions() Command Injection Vulnerability</h2>
4848
<p><span class="bold">Affected versions:</span>
4949
&lt; 5.31.0<br>
5050
<span class="bold">Date:</span> 2026-02-15<br>
51-
<span class="bold">CVE indentifier</span> ...
51+
<span class="bold">CVE indentifier</span> CVE-2026-26318
5252
</p>
5353

5454
<h4>Impact</h4>
@@ -63,7 +63,7 @@ <h2>wifiNetworks Command Injection Vulnerability</h2>
6363
<p><span class="bold">Affected versions:</span>
6464
&lt; 5.30.8<br>
6565
<span class="bold">Date:</span> 2026-02-14<br>
66-
<span class="bold">CVE indentifier</span> ...
66+
<span class="bold">CVE indentifier</span> CVE-2026-26280
6767
</p>
6868

6969
<h4>Impact</h4>

0 commit comments

Comments
 (0)