summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2026-07-01 18:06:59 +0200
committerHolger Weiss <holger@zedat.fu-berlin.de>2026-07-01 18:06:59 +0200
commitae7f0beff0decfaf2838a28003b9dc2e72184b87 (patch)
tree02e0fb177ed1405a271ae81a332950d1fcc704a8 /web
parent6c4e7dce2a7baf62c4208b1d22992155c6123d6b (diff)
downloadsite-ae7f0beff0decfaf2838a28003b9dc2e72184b87.tar.gz
Fix typo
Diffstat (limited to 'web')
-rw-r--r--web/input/news/release-3-0-1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/input/news/release-3-0-1.md b/web/input/news/release-3-0-1.md
index b0b8e76..0570c2a 100644
--- a/web/input/news/release-3-0-1.md
+++ b/web/input/news/release-3-0-1.md
@@ -11,7 +11,7 @@ This is a security release which fixes a vulnerability in `check_icmp`.
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 arbitrary 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