From b49854945614dff120f84188ff0727752e05aa79 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Mon, 30 Dec 2024 13:23:44 +0000 Subject: Update release status information --- release-status.toml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/release-status.toml b/release-status.toml index 8b1ff11..8ecd998 100644 --- a/release-status.toml +++ b/release-status.toml @@ -1,14 +1,18 @@ [release.sagitta] - latest = "1.4.0" + latest = "1.4.1" security_advisory = [ + {cve="CVE-2023-32728", title="RCE in Zabbix agent", description="Remote code execution in Zabbix agent via SMART plugin.", status="fixed"}, + {cve="CVE-2024-6387", title="regreSSHion", description="Potential remote code execution in OpenSSH server", status="fixed"}, + {cve="CVE-2024-53981", title="DoS in python-multipart", description="Remote attacker could potentially cause the HTTP API server to crash", status="fixed"} ] - notes = "GA release" + notes = "Maintenance and security release" [release.equuleus] - latest = "1.3.7" + latest = "1.3.8" + + security_advisory = [] + + notes = "Bugfix release" - security_advisory = [ - {cve="CVE-2024-2961", title="GNU libc iconv buffer overflow", description="Potential DoS in any application that encodes strings", status="fixed"}, - ] -- cgit v1.2.3