From 130eb7fd4d3a4918812cfb8eace973794db7ef96 Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Sun, 28 Jan 2024 22:34:26 -0800 Subject: [PATCH] Fix nit error in doc Signed-off-by: Eric Brown --- precli/rules/python/stdlib/ssl_context_weak_key.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/precli/rules/python/stdlib/ssl_context_weak_key.py b/precli/rules/python/stdlib/ssl_context_weak_key.py index 33e1b521..9beca658 100644 --- a/precli/rules/python/stdlib/ssl_context_weak_key.py +++ b/precli/rules/python/stdlib/ssl_context_weak_key.py @@ -53,7 +53,7 @@ .. seealso:: - `Inadequate Encryption Strength Using Weak Keys in SSLContext `_ - - `ssl — TLS_SSL wrapper for socket objects`_ + - `ssl — TLS_SSL wrapper for socket objects `_ - `CWE-326: Inadequate Encryption Strength `_ - `Transport Layer Security (TLS) Parameters `_