diff options
| author | Holger Weiss <holger@zedat.fu-berlin.de> | 2026-07-01 18:05:53 +0200 |
|---|---|---|
| committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2026-07-01 18:05:53 +0200 |
| commit | 6c4e7dce2a7baf62c4208b1d22992155c6123d6b (patch) | |
| tree | 453f6a7dcda3184773537d73adce56756ca20a15 /web/input | |
| parent | e68063cdcb3673ea3aad7a55ff2f1452a218a084 (diff) | |
| download | site-6c4e7dce2a7baf62c4208b1d22992155c6123d6b.tar.gz | |
Use backticks for plugin names
Mainly because the have an underscore in their name, which has a meaning
in Markdown.
Diffstat (limited to 'web/input')
| -rw-r--r-- | web/input/news/release-3-0-1.md | 12 |
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 | ||
| 6 | The Monitoring Plugins Development Team announces version 3.0.1 | 6 | The Monitoring Plugins Development Team announces version 3.0.1 |
| 7 | of the Monitoring Plugins. | 7 | of the Monitoring Plugins. |
| 8 | This is a security release which fixes a vulnerability in 'check_icmp'. | 8 | This is a security release which fixes a vulnerability in `check_icmp`. |
| 9 | <end-of-teaser> | 9 | <end-of-teaser> |
| 10 | 10 | ||
| 11 | This release primarily fixes a potential local privilege escalation | 11 | This release primarily fixes a potential local privilege escalation |
| 12 | vulnerability in 'check_icmp'. | 12 | vulnerability in `check_icmp`. |
| 13 | Due to errors in how memory was managed and number were compared (yay, C!) | 13 | Due to errors in how memory was managed and number were compared (yay, C!) |
| 14 | it might be possible to execute arbirary code during the execution | 14 | it might be possible to execute arbirary code during the execution |
| 15 | of 'check_icmp' which sometimes is a setuid binary and would therefore | 15 | of `check_icmp` which sometimes is a setuid binary and would therefore |
| 16 | allow executing things with `root` priviledges. | 16 | allow executing things with `root` priviledges. |
| 17 | 17 | ||
| 18 | We thank Christopher Kreft for reporting the problem. | 18 | We 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 | ||
