- Resolves: RHEL-146147 - Fix dsconf to allow specifying multiple certificates for use in 389-ds server - Resolves: RHEL-182463 - Error: NssSsl.add_cert() got an unexpected keyword argument 'input_file' - Resolves: RHEL-166737 - import_monitor_threads and average rate 214748364.8/sec rate calculation issue - Resolves: RHEL-153372 - dirsrv@.service missing NoNewPrivileges and MemoryDenyWriteExecute despite broad capability set - Resolves: RHEL-164610 - Online reinitialization is failing with the supplier being busy calling idrange_add_id() - Resolves: RHEL-153094 - [RFE] Thread pool state mmap file with dsctl and cn=monitor exposure - Resolves: RHEL-129204 - Local password policies can be created with unallowed values - Resolves: RHEL-185139 - Compressed logs are prematurely deleted - Resolves: RHEL-183383 - Post-import cache autotuning does not recompute entry cache size - Resolves: RHEL-190780 - CVE-2026-11788 389-ds-base: 389-ds-base: NULL pointer dereference in defer control plugin BER parser [rhel-10.3] - Resolves: RHEL-183109 - CVE-2026-11774 389-ds-base: 389-ds-base: integer overflow in SASL packet length bypasses size limit leading to heap buffer overflow [rhel-10.3]
33 lines
1.1 KiB
Diff
33 lines
1.1 KiB
Diff
From 61432231a97ff885f8987e61dd24eacdbff81da5 Mon Sep 17 00:00:00 2001
|
|
From: James Chapman <jachapma@redhat.com>
|
|
Date: Thu, 25 Jun 2026 10:45:21 +0100
|
|
Subject: [PATCH] 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
|
|
|