Skip to content

Commit cdd18b6

Browse files
committed
[#703]Continue fixing IIS action
1 parent 65c732f commit cdd18b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/web_servers/scan_localhost.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,8 @@ def main(server_software_running_on_localhost: WebServerSoftwareEnum) -> None:
155155
elif server_software_running_on_localhost == WebServerSoftwareEnum.IIS:
156156
# TLS 1.3 is not supported by IIS
157157
expected_enabled_tls_scan_commands = {
158+
ScanCommand.TLS_1_3_CIPHER_SUITES,
158159
ScanCommand.TLS_1_2_CIPHER_SUITES,
159-
ScanCommand.TLS_1_1_CIPHER_SUITES,
160-
ScanCommand.TLS_1_0_CIPHER_SUITES,
161160
}
162161
else:
163162
raise ValueError(f"Unexpected value: {server_software_running_on_localhost}")

0 commit comments

Comments
 (0)