- Resolves: RHEL-88942 - LDAP healthcheck and ignoring entrydn index and associated config - Resolves: RHEL-168964 - Web console doesn't show the sub suffix of ou=foo,ou=people,dc=example,dc=com. - Resolves: RHEL-212097 - Online reinitialization is failing with the supplier being busy calling idrange_add_id() - Resolves: RHEL-212816 - import_monitor_threads and average rate 214748364.8/sec rate calculation issue [rhel-9] - Resolves: RHEL-190777 - CVE-2026-11788 389-ds-base: 389-ds-base: NULL pointer dereference in deref control plugin BER parser [rhel-9.9] - Resolves: RHEL-183108 - CVE-2026-11774 389-ds-base: 389-ds-base: integer overflow in SASL packet length bypasses size limit leading to heap buffer overflow [rhel-9.9]
33 lines
1.1 KiB
Diff
33 lines
1.1 KiB
Diff
From 0b8df3515772fbb06a422fd32239a56e244cba83 Mon Sep 17 00:00:00 2001
|
|
From: James Chapman <jachapma@redhat.com>
|
|
Date: Thu, 25 Jun 2026 10:45:21 +0100
|
|
Subject: [PATCH 13/14] Issue 7593 - Fix testimony docstring for SASL overflow
|
|
test (#7606)
|
|
|
|
Description:
|
|
The test added in #7594 failed testimony validation because the docstring
|
|
summary was not separated from the metadata fields with a blank line.
|
|
|
|
Relates: https://github.com/389ds/389-ds-base/issues/7593
|
|
|
|
Reviewed by: @progier389 (Thank you)
|
|
---
|
|
dirsrvtests/tests/suites/sasl/sasl_io_overflow_test.py | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/dirsrvtests/tests/suites/sasl/sasl_io_overflow_test.py b/dirsrvtests/tests/suites/sasl/sasl_io_overflow_test.py
|
|
index ac1f3760f..43fc344df 100644
|
|
--- a/dirsrvtests/tests/suites/sasl/sasl_io_overflow_test.py
|
|
+++ b/dirsrvtests/tests/suites/sasl/sasl_io_overflow_test.py
|
|
@@ -28,6 +28,7 @@ SASL_OVERFLOW_PAYLOAD_SIZE = 65536
|
|
|
|
def test_sasl_io_packet_length_overflow(topology_st):
|
|
"""Malformed SASL length prefix must not crash the server
|
|
+
|
|
:id: 318f871d-2f17-461b-98ed-04cdff6ab41a
|
|
:setup: Standalone instance
|
|
:steps:
|
|
--
|
|
2.54.0
|
|
|