summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2026-07-01 18:05:53 +0200
committerHolger Weiss <holger@zedat.fu-berlin.de>2026-07-01 18:05:53 +0200
commit6c4e7dce2a7baf62c4208b1d22992155c6123d6b (patch)
tree453f6a7dcda3184773537d73adce56756ca20a15
parente68063cdcb3673ea3aad7a55ff2f1452a218a084 (diff)
downloadsite-6c4e7dce2a7baf62c4208b1d22992155c6123d6b.tar.gz
Use backticks for plugin names
Mainly because the have an underscore in their name, which has a meaning in Markdown.
-rw-r--r--web/input/news/release-3-0-1.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/web/input/news/release-3-0-1.md b/web/input/news/release-3-0-1.md
index 80fed77..b0b8e76 100644
--- a/web/input/news/release-3-0-1.md
+++ b/web/input/news/release-3-0-1.md
@@ -5,14 +5,14 @@ date: 2026-07-01
5 5
6The Monitoring Plugins Development Team announces version 3.0.1 6The Monitoring Plugins Development Team announces version 3.0.1
7of the Monitoring Plugins. 7of the Monitoring Plugins.
8This is a security release which fixes a vulnerability in 'check_icmp'. 8This is a security release which fixes a vulnerability in `check_icmp`.
9<end-of-teaser> 9<end-of-teaser>
10 10
11This release primarily fixes a potential local privilege escalation 11This release primarily fixes a potential local privilege escalation
12vulnerability in 'check_icmp'. 12vulnerability in `check_icmp`.
13Due to errors in how memory was managed and number were compared (yay, C!) 13Due to errors in how memory was managed and number were compared (yay, C!)
14it might be possible to execute arbirary code during the execution 14it might be possible to execute arbirary code during the execution
15of 'check_icmp' which sometimes is a setuid binary and would therefore 15of `check_icmp` which sometimes is a setuid binary and would therefore
16allow executing things with `root` priviledges. 16allow executing things with `root` priviledges.
17 17
18We thank Christopher Kreft for reporting the problem. 18We thank Christopher Kreft for reporting the problem.
@@ -30,15 +30,15 @@ There are some other changes which come with this release:
30 This mimics the pre 3.0.0 behaviour. 30 This mimics the pre 3.0.0 behaviour.
31 31
32### Specific changes 32### Specific changes
33 * check_curl 33 * `check_curl`
34 * Populate the DNS cache correctly when using proxies with local hostname resolution 34 * Populate the DNS cache correctly when using proxies with local hostname resolution
35 The faulty behaviour was introduced during a refactor of the code. 35 The faulty behaviour was introduced during a refactor of the code.
36 * Some other fixes and small improvements 36 * Some other fixes and small improvements
37 * check_mysql_query 37 * `check_mysql_query`
38 * A new option `--queryname` (similar to `check_pgsql`) allows to overwrite 38 * A new option `--queryname` (similar to `check_pgsql`) allows to overwrite
39 the query in the ouput, either to hide it or just replace it with something 39 the query in the ouput, either to hide it or just replace it with something
40 more useful/pleasing 40 more useful/pleasing
41 * check_mysql 41 * `check_mysql`
42 * Fix incorrect casing of the MariaDB name 42 * Fix incorrect casing of the MariaDB name
43 43
44 44