mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
Add regression test for CVE-2022-1183
If sslyze is available in PATH, run it in a loop as part of the "doth" system test.
This commit is contained in:
@@ -26,6 +26,11 @@ def named_tlsport():
|
||||
return int(os.environ.get("TLSPORT", default=8853))
|
||||
|
||||
|
||||
@pytest.fixture(scope="session")
|
||||
def named_httpsport():
|
||||
return int(os.environ.get("HTTPSPORT", default=4443))
|
||||
|
||||
|
||||
@pytest.fixture(scope="session")
|
||||
def control_port():
|
||||
return int(os.environ.get("CONTROLPORT", default=9953))
|
||||
|
Reference in New Issue
Block a user